Created
September 4, 2015 00:55
-
-
Save contempoinc/df22e6f6fd77f8596362 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 | |
// 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