Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 8, 2021 14:51
Show Gist options
  • Save wpmu-authors/6bb83501e8dcd7a31e2d7932e3db8008 to your computer and use it in GitHub Desktop.
Save wpmu-authors/6bb83501e8dcd7a31e2d7932e3db8008 to your computer and use it in GitHub Desktop.
gistfile1.txt
// include custom jQuery
function shapeSpace_include_custom_jquery() {
wp_deregister_script('jquery');
wp_enqueue_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js', array(), null, true);
}
add_action('wp_enqueue_scripts', 'shapeSpace_include_custom_jquery');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment