function o_jquery_method() { wp_deregister_script( 'jquery'); wp_enqueue_script( 'jquery', '//ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js',array(), null ); } add_action('wp_enqueue_scripts', 'o_jquery_method',1); // Add custom script loading