Replies: 0
So, if you’re like me and inherited a site with this abandoned plugin, you’ll find that the geocoding doesn’t work. Here’s how you can fix it:
1. Click “Get a Key” at this site.
2. Once you have your Google Maps API key, replace line 219 of store_locator.php with this:
$_url = "https://maps.google.com/maps/api/geocode/json?key=[YOUR_KEY]&address=".urlencode($newaddress);
- This topic was modified 21 minutes ago by zgilliamsxm.