ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • WordPress

wp_dequeue_script_module()

Function: Unmarks the script module so it is no longer enqueued in the page.

Source: wp-includes/script-modules.php:112

Used by 0 functions | Uses 2 functions

wp_deregister_script_module()

Function: Deregisters the script module.

Source: wp-includes/script-modules.php:123

Used by 0 functions | Uses 2 functions

wp_script_modules()

Function: Retrieves the main WP_Script_Modules instance.

Source: wp-includes/script-modules.php:23

Used by 4 functions | Uses 0 functions

wp_register_script_module()

Function: Registers the script module if no script module with that script module identifier has already been registered.

Source: wp-includes/script-modules.php:64

Used by 0 functions | Uses 2 functions

wp_enqueue_script_module()

Function: Marks the script module to be enqueued in the page.

Source: wp-includes/script-modules.php:101

Used by 0 functions | Uses 2 functions

WP_Script_Modules::get_import_map()

Method: Returns the import map array.

Source: wp-includes/class-wp-script-modules.php:276

Used by 1 function | Uses 3 functions

WP_Script_Modules::get_marked_for_enqueue()

Method: Retrieves the list of script modules marked for enqueue.

Source: wp-includes/class-wp-script-modules.php:291

Used by 3 functions | Uses 0 functions

WP_Script_Modules::get_dependencies()

Method: Retrieves all the dependencies for the given script module identifiers, filtered by import types.

Source: wp-includes/class-wp-script-modules.php:317

Used by 3 functions | Uses 1 function

WP_Script_Modules::get_src()

Method: Gets the versioned URL for a script module src.

Source: wp-includes/class-wp-script-modules.php:349

Used by 3 functions | Uses 3 functions

script_module_loader_src

Filter Hook: Filters the script module source.

Source: wp-includes/class-wp-script-modules.php:371

Used by 1 function | Uses 0 functions
1 2 … 8 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy