Skip to content

Instantly share code, notes, and snippets.

@shangdev
Created August 3, 2017 12:30
Show Gist options
  • Save shangdev/1f2d955e58ae1af9f15a43b731f94353 to your computer and use it in GitHub Desktop.
Save shangdev/1f2d955e58ae1af9f15a43b731f94353 to your computer and use it in GitHub Desktop.
Change Import Jquery.js method
//Making jQuery Google API
function modify_jquery() {
if (!is_admin()) {
// comment out the next two lines to load the local copy of jQuery
wp_deregister_script('jquery');
}
}
add_action('init', 'modify_jquery');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment