wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_dequeue_script_module › WordPress Function

Da6.5.0
Deprecaton/a
wp_dequeue_script_module ( $id )
Parametri:
  • (string) $id The identifier of the script module.
    Richiesto:
Definito a:
Codex:

Unmarks the script module so it is no longer enqueued in the page.



Sorgenti

function wp_dequeue_script_module( string $id ) {
	wp_script_modules()->dequeue( $id );
}