wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_deregister_script_module › WordPress Function

Od6.5.0
Przestarzałyn/a
wp_deregister_script_module ( $id )
Parametry:
  • (string) $id The identifier of the script module.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Deregisters the script module.



Źródło

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