How To remove default jquery in wordpress
Hello
If you want to remove the WordPress default jquery in wordpress
<? php
wp_deregister_script( 'jquery');
wp_register_script( 'jquery', get_stylesheet_directory_uri( ) . '/js /jquery. min. js' , false);
wp_enqueue_script( 'jquery');
}
}
add_action( 'wp_enqueue_scripts', 'myphpinformation_scripts' ) ;
?>
0 komentar:
Post a Comment