| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Script Modules API: Script Module functions
| File Size: | 213 lines (10 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| wp_script_modules() X-Ref |
| Retrieves the main WP_Script_Modules instance. This function provides access to the WP_Script_Modules instance, creating one if it doesn't exist yet. return: WP_Script_Modules The main WP_Script_Modules instance. |
| wp_register_script_module( string $id, string $src, array $deps = array() X-Ref |
| Registers the script module if no script module with that script module identifier has already been registered. param: string $id The identifier of the script module. Should be unique. It will be used in the param: string $src Optional. Full URL of the script module, or path of the script module relative param: array $deps { param: string|false|null $version Optional. String specifying the script module version number. Defaults to false. param: array $args { |
| wp_enqueue_script_module( string $id, string $src = '', array $deps = array() X-Ref |
| Marks the script module to be enqueued in the page. If a src is provided and the script module has not been registered yet, it will be registered. param: string $id The identifier of the script module. Should be unique. It will be used in the param: string $src Optional. Full URL of the script module, or path of the script module relative param: array $deps { param: string|false|null $version Optional. String specifying the script module version number. Defaults to false. param: array $args { |
| wp_dequeue_script_module( string $id ) X-Ref |
| Unmarks the script module so it is no longer enqueued in the page. param: string $id The identifier of the script module. |
| wp_deregister_script_module( string $id ) X-Ref |
| Deregisters the script module. param: string $id The identifier of the script module. |
| wp_default_script_modules() X-Ref |
| Registers all the default WordPress Script Modules. |
| Generated : Thu Oct 30 08:20:06 2025 | Cross-referenced by PHPXref |