Languages: English • 日本語 (Add your language)
Remove a registered script (javascript).
<?php wp_deregister_script( $handle ); ?>
<?php wp_deregister_script( 'jquery' ); ?>
De-registers the WordPress stock jquery script, so you can register your own copy or from the Google CDN
wp_deregister_script() is located in wp-includes/functions.wp-scripts.php
.
Enqueue Styles
Enqueue Scripts
Front-End Hooks
Admin Hooks
Login Hooks