File: wp-includes/script-modules.php
-
functionwp_deregister_script_module()
Deregisters the script module.
-
functionwp_script_modules()
Retrieves the main WP_Script_Modules instance.
-
functionwp_register_script_module()
Registers the script module if no script module with that script module identifier has already been registered.
-
functionwp_enqueue_script_module()
Marks the script module to be enqueued in the page.
-
functionwp_dequeue_script_module()
Unmarks the script module so it is no longer enqueued in the page.