Created
June 17, 2014 05:48
-
-
Save 17/fb03f98ed5e62534b0b6 to your computer and use it in GitHub Desktop.
This file contains 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 ResetJquery() { | |
wp_deregister_script('jquery'); | |
wp_register_script('jquery', '//code.jquery.com/jquery-1.11.1.min.js', false, '1.11.1'); | |
} | |
add_action('init', 'ResetJquery'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment