Skip to content

Instantly share code, notes, and snippets.

@jkudish
Created February 24, 2012 03:21
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 jkudish/1897080 to your computer and use it in GitHub Desktop.
Save jkudish/1897080 to your computer and use it in GitHub Desktop.
remove tribe events scripts
<?php
add_action('wp_enqueue_scripts', 'tribe_remove_javascript');
function tribe_remove_javascript() {
wp_dequeue_script('sp-events-pjax');
wp_dequeue_script('sp-events-calendar-script');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment