wp_dequeue_script( string $handle )
Removes a previously enqueued script.
Description
See also
Parameters
-
$handle
string Required -
Name of the script to be removed.
Source
File: wp-includes/functions.wp-scripts.php
.
View all references
function wp_dequeue_script( $handle ) {
_wp_scripts_maybe_doing_it_wrong( __FUNCTION__, $handle );
wp_scripts()->dequeue( $handle );
}
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Dequeue a script