Update google Map API URL
-
Google map is not loaded on frontend as well as on backend. The old Google map URL throw 404 for me. I have updated the URL as following
File:advanced-custom-fields-pro/fields/google-map.php
Old URL Line 307 and 324
$url = add_query_arg($api, ‘https://maps.googleapis.com/maps/api/’);
$url = add_query_arg($api, ‘https://maps.googleapis.com/maps/api/’);New URL
$url = add_query_arg($api, ‘https://maps.googleapis.com/maps/api/js’);
$url = add_query_arg($api, ‘https://maps.googleapis.com/maps/api/js’);The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Update google Map API URL’ is closed to new replies.