Title: Update google Map API URL
Last modified: October 3, 2019

---

# Update google Map API URL

 *  [lalit774](https://wordpress.org/support/users/lalit774/)
 * (@lalit774)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/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/&#8217](https://maps.googleapis.com/maps/api/&#8217););
   $url = add_query_arg($api, ‘[https://maps.googleapis.com/maps/api/&#8217](https://maps.googleapis.com/maps/api/&#8217););
 * New URL
    $url = add_query_arg($api, ‘[https://maps.googleapis.com/maps/api/js&#8217](https://maps.googleapis.com/maps/api/js&#8217););
   $url = add_query_arg($api, ‘[https://maps.googleapis.com/maps/api/js&#8217](https://maps.googleapis.com/maps/api/js&#8217););
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fupdate-google-map-api-url%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Elliot Condon](https://wordpress.org/support/users/elliotcondon/)
 * (@elliotcondon)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/update-google-map-api-url/#post-12037502)
 * Hi [@lalit774](https://wordpress.org/support/users/lalit774/)
 * I’ve just checked and can confirm the ACF PRO plugin is using the “New URL”. 
   Is it possible that you are running an older version of ACF PRO?
 * If so, please update when next possible.

Viewing 1 replies (of 1 total)

The topic ‘Update google Map API URL’ is closed to new replies.

 * ![](https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824)
 * [Advanced Custom Fields (ACF®)](https://wordpress.org/plugins/advanced-custom-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-custom-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Elliot Condon](https://wordpress.org/support/users/elliotcondon/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/update-google-map-api-url/#post-12037502)
 * Status: not resolved