wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp-includes/script-modules.php › WordPress File

Funktionen5
Script Modules API: Script Module functions


Funktion Kurzbeschreibung
wp_dequeue_script_moduleUnmarks the script module so it is no longer enqueued in the page.
wp_deregister_script_moduleDeregisters the script module.
wp_enqueue_script_moduleMarks the script module to be enqueued in the page.
wp_register_script_moduleRegisters the script module if no script module with that script module identifier has already been registered.
wp_script_modulesRetrieves the main WP_Script_Modules instance.