Skip to content

Instantly share code, notes, and snippets.

@contempoinc
Created September 4, 2015 00:55
Show Gist options
  • Save contempoinc/df22e6f6fd77f8596362 to your computer and use it in GitHub Desktop.
Save contempoinc/df22e6f6fd77f8596362 to your computer and use it in GitHub Desktop.
<?php
// Deregister Cycle
add_action( 'wp_print_scripts', 'de_script', 100 );
function de_script() {
wp_dequeue_script( 'cycle' );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment