WP_Script_Modules::deregister()
Method: Removes a registered script module.
Source: wp-includes/class-wp-script-modules.php:164
Method: Removes a registered script module.
Source: wp-includes/class-wp-script-modules.php:164
Method: Adds the hooks to print the import map, enqueued script modules and script module preloads.
Source: wp-includes/class-wp-script-modules.php:190
Method: Prints the enqueued script modules using script tags with type=”module” attributes.
Source: wp-includes/class-wp-script-modules.php:207
Method: Prints the the static dependencies of the enqueued script modules using link tags with rel=”modulepreload” attributes.
Source: wp-includes/class-wp-script-modules.php:234
Method: Prints the import map using a script tag with a type=”importmap” attribute.
Source: wp-includes/class-wp-script-modules.php:255
Method: Returns the import map array.
Source: wp-includes/class-wp-script-modules.php:276
Method: Retrieves the list of script modules marked for enqueue.
Source: wp-includes/class-wp-script-modules.php:291
Class: Core class used to register script modules.
Source: wp-includes/class-wp-script-modules.php:16
Method: Registers the script module if no script module with that script module identifier has already been registered.
Source: wp-includes/class-wp-script-modules.php:64
Method: Marks the script module to be enqueued in the page the next time `print_enqueued_script_modules` is called.
Source: wp-includes/class-wp-script-modules.php:132