Skip to content

Instantly share code, notes, and snippets.

@jazbek
Created November 12, 2013 23:45
Show Gist options
  • Save jazbek/7440874 to your computer and use it in GitHub Desktop.
Save jazbek/7440874 to your computer and use it in GitHub Desktop.
Dequeue google maps
add_action('wp_enqueue_scripts', 'tribe_dequeue_google_maps', 11);
function tribe_dequeue_google_maps() {
wp_dequeue_script('gmaps');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment