Google Maps API warning: NoApiKeys
-
I have added the line to functions.php to enque with my api key:
wp_enqueue_script( ‘google-maps’, ‘https://maps.googleapis.com/maps/api/js?key=MY_KEY”>’ );
Also added the following:
function my_acf_google_map_api( $api ){
$api[‘key’] = ‘MY_KEY’;
return $api;
I am getting “Google Maps API warning: NoApiKeys”
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Google Maps API warning: NoApiKeys’ is closed to new replies.