Skip to content

Instantly share code, notes, and snippets.

@salaros
Last active March 13, 2018 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salaros/e6a35a47ca7e10843aad00f1e806ccc7 to your computer and use it in GitHub Desktop.
Save salaros/e6a35a47ca7e10843aad00f1e806ccc7 to your computer and use it in GitHub Desktop.
Flexible Map WordPress plugin tweak
<?php
add_filter( 'flexmap_google_maps_api_args', function( $args ) {
$args['v'] = '3';
return $args;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment