acf/fields/google_map/api
acf/fields/google_map/api
Appears in: advanced-custom-fields.6.1.6
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.1.6apply_filters('acf/fields/google_map/api') is found 1 times:
- /includes/fields/class-acf-field-google-map.php line 83
'language' => acf_get_locale(), ); // filter $api = apply_filters( 'acf/fields/google_map/api', $api ); // remove empty if ( empty( $api['key'] ) ) { unset( $api['key'] ); } if ( empty( $api['client'] ) ) {