Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #775433

    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?

    #775447

    I use latest version (4.0.5) of Enfold theme.

    #775821

    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

    #776637

    Hi Rikard,

    your solution works great for me.

    Thank you for help and have a nice day!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Suspicious request to maps.googleapis.com from administration’ is closed to new replies.