Created
February 8, 2021 14:51
-
-
Save wpmu-authors/6bb83501e8dcd7a31e2d7932e3db8008 to your computer and use it in GitHub Desktop.
gistfile1.txt
This file contains hidden or 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
// 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