wordpress load latest jquery

Solutions on MaxInterview for wordpress load latest jquery by the best coders in the world

showing results for - "wordpress load latest jquery"
Isabel
11 Apr 2018
1wp_register_script( 'jquery3.2.1', 'https://code.jquery.com/jquery-3.2.1.min.js' );
2wp_add_inline_script( 'jquery3.2.1', 'var jQuery3_2_1 = $.noConflict(true);' );
3wp_enqueue_script( 'plugin-javascript', plugins_url( 'js.js', __FILE__ ), array( 'jquery3.2.1' ) );