Created
October 30, 2015 01:09
-
-
Save cliffordp/2c3412b0873843ffcfca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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