Skip to content

Instantly share code, notes, and snippets.

@wesbos
Created September 18, 2012 17:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesbos/3744393 to your computer and use it in GitHub Desktop.
Save wesbos/3744393 to your computer and use it in GitHub Desktop.
Use latest version of jquery in wordpress
/* pop me into your functions.php */
wp_deregister_script('jquery');
wp_register_script('jquery', ("http://code.jquery.com/jquery-git.js"), false, '1.8.2');
wp_enqueue_script('jquery');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment