To replace the default WordPress jquery ( http://192.185.73.118/~anthonycarbon/wp-includes/js/jquery/jquery.js ) library with the Google hosted jquery library, copy the below codes and paste it into your functions.php file. The7 WordPress theme dequeue script. Example is `dt-above-fold`. add_action( ‘wp_enqueue_scripts’, ‘my_deregister_javascript’, 20 ); add_action( ‘wp_print_scripts’, ‘wp_print_scripts_deregister’, 100 ); function my_deregister_javascript() { if ( ! is_admin() && isset( $_GET[’wp_print_scripts’]…