acf/fields/google_map/api
acf/fields/google_map/api
Appears in: advanced-custom-fields.6.0.2
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.0.2apply_filters('acf/fields/google_map/api') is found 1 times:
- /includes/fields/class-acf-field-google-map.php line 807677787980818283848586
'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'
] ) ) {