В вайл functions.php шаблона надо вставить вот этот код
function my_scripts_method() {
wp_deregister_script( 'jquery-core' );
wp_register_script( 'jquery-core', '//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js');
wp_enqueue_script( 'jquery' );
}