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



wp_deregister_script_module › WordPress Function

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

Deregisters the script module.



Sorgenti

function wp_deregister_script_module( string $id ) {
	wp_script_modules()->deregister( $id );
}