google api key
-
I have install BGMP on a shared web hosting.
If i add a placemark the geocoding return a error quota.Is it possible to add a admin option api key for use the feature google api key.
I have change in the core.php the request on google to https and i have add my api key. This change work fine but it is a workaround.
$geocodeResponse = wp_remote_get(‘https://maps.googleapis.com/maps/api/geocode/json?address=’. str_replace( ‘ ‘, ‘+’, $address ) .’&key=API_KEY’ );
$geocodeResponse = wp_remote_get( ‘https://maps.googleapis.com/maps/api/geocode/json?latlng=’. $latitude .’,’. $longitude .’&key=API_KEY’ );
THX
Auban
https://www.ads-software.com/plugins/basic-google-maps-placemarks/
- The topic ‘google api key’ is closed to new replies.