Skip to content

Instantly share code, notes, and snippets.

@17
Created June 17, 2014 05:48
Show Gist options
  • Save 17/fb03f98ed5e62534b0b6 to your computer and use it in GitHub Desktop.
Save 17/fb03f98ed5e62534b0b6 to your computer and use it in GitHub Desktop.
<?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