admin管理员组文章数量:1130349
This issue is occurring even when I tried registering the key via various actions and filters.
Fails
Method 1:
function my_acf_init() {
acf_update_setting('google_api_key', 'xxx');
}
add_action('acf/init', 'my_acf_init');
Method 2:
function my_acf_google_map_api( $api ){
$api['key'] = 'xxx';
return $api;
}
add_filter('acf/fields/google_map/api', 'my_acf_google_map_api');
Is there an extra step needed to ensure the map api key is included in the enqueued google map script on the admin side of WordPress?
Edit: THIS KEY WORKS FOR THE MAPS ON THE FRONT END OF THE WEBSITE
This issue is occurring even when I tried registering the key via various actions and filters.
Fails
Method 1:
function my_acf_init() {
acf_update_setting('google_api_key', 'xxx');
}
add_action('acf/init', 'my_acf_init');
Method 2:
function my_acf_google_map_api( $api ){
$api['key'] = 'xxx';
return $api;
}
add_filter('acf/fields/google_map/api', 'my_acf_google_map_api');
Is there an extra step needed to ensure the map api key is included in the enqueued google map script on the admin side of WordPress?
Edit: THIS KEY WORKS FOR THE MAPS ON THE FRONT END OF THE WEBSITE
Share Improve this question edited Nov 19, 2018 at 22:39 wrestlingissodumb asked Nov 19, 2018 at 6:02 wrestlingissodumbwrestlingissodumb 111 bronze badge1 Answer
Reset to default 1Maybe you have not entered payment information to your Google Developer Account. While you get 200$ of API Calls "for free", you have to enter payment information to your developer Account for when you go over these "free" API Calls.
This issue is occurring even when I tried registering the key via various actions and filters.
Fails
Method 1:
function my_acf_init() {
acf_update_setting('google_api_key', 'xxx');
}
add_action('acf/init', 'my_acf_init');
Method 2:
function my_acf_google_map_api( $api ){
$api['key'] = 'xxx';
return $api;
}
add_filter('acf/fields/google_map/api', 'my_acf_google_map_api');
Is there an extra step needed to ensure the map api key is included in the enqueued google map script on the admin side of WordPress?
Edit: THIS KEY WORKS FOR THE MAPS ON THE FRONT END OF THE WEBSITE
This issue is occurring even when I tried registering the key via various actions and filters.
Fails
Method 1:
function my_acf_init() {
acf_update_setting('google_api_key', 'xxx');
}
add_action('acf/init', 'my_acf_init');
Method 2:
function my_acf_google_map_api( $api ){
$api['key'] = 'xxx';
return $api;
}
add_filter('acf/fields/google_map/api', 'my_acf_google_map_api');
Is there an extra step needed to ensure the map api key is included in the enqueued google map script on the admin side of WordPress?
Edit: THIS KEY WORKS FOR THE MAPS ON THE FRONT END OF THE WEBSITE
Share Improve this question edited Nov 19, 2018 at 22:39 wrestlingissodumb asked Nov 19, 2018 at 6:02 wrestlingissodumbwrestlingissodumb 111 bronze badge1 Answer
Reset to default 1Maybe you have not entered payment information to your Google Developer Account. While you get 200$ of API Calls "for free", you have to enter payment information to your developer Account for when you go over these "free" API Calls.
本文标签:
版权声明:本文标题:advanced custom fields - ACF Maps admin error: "For development purposes only" even after supplying api key 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749168590a2326611.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论