Skip to content

Instantly share code, notes, and snippets.

@cliffordp
Created October 30, 2015 01:09
Show Gist options
  • Select an option

  • Save cliffordp/2c3412b0873843ffcfca to your computer and use it in GitHub Desktop.

Select an option

Save cliffordp/2c3412b0873843ffcfca to your computer and use it in GitHub Desktop.
<?php
function tec_1019677_dequeue_geoloc_script() {
wp_dequeue_script( 'tribe-events-pro-geoloc' );
}
add_action( 'wp_print_scripts', 'tec_1019677_dequeue_geoloc_script', 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment