Hello,
I have a question.
When I load any page in WordPress administraton with Enfold theme I notice that it make always suspicious request to Google API:
https://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?...
Note: I don’t use Google Services (none Google Analytics Tracking Code or Google Maps API Key) and I don’t want neither in future.
Can you explain me reason of that request?
I use latest version (4.0.5) of Enfold theme.
Hi,
Please try adding this to the bottom of your child theme’s functions.php file:
add_filter( 'avf_load_google_map_api', '__return_false' );
Best regards,
Rikard
Hi Rikard,
your solution works great for me.
Thank you for help and have a nice day!