Has there been a fix to address this issue?
I’ve followed the threads from your archived knowledge base and still get the same result. I have 2 errors:
Missing API Key
NoAPI Keys
When I generate a key and place in my functions.php:
function my_add_frontend_scripts() {
wp_register_script( ‘vendor-google-maps’, ‘https://maps.googleapis.com/maps/api/js?key=MYKEY’);
wp_enqueue_script( ‘vendor-google-maps’ );
}
add_action(‘wp_enqueue_scripts’, ‘my_add_frontend_scripts’, 100);
I get the same errors above including: You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
I also wanted to note, that the map displays w/ or w/out that function for a split second before displaying the grey background with the error.