WP_Screen::show_screen_options()
Method:
Source: wp-admin/includes/class-wp-screen.php:966
Method:
Source: wp-admin/includes/class-wp-screen.php:966
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: Unmarks the script module so it will no longer be enqueued in the page.
Source: wp-includes/class-wp-script-modules.php:150
Method: Removes a registered script module.
Source: wp-includes/class-wp-script-modules.php:164
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
Method: Retrieves all the dependencies for the given script module identifiers, filtered by import types.
Source: wp-includes/class-wp-script-modules.php:317
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
Method: Gets the versioned URL for a script module src.
Source: wp-includes/class-wp-script-modules.php:349
Method: Prints the enqueued script modules using script tags with type=”module” attributes.
Source: wp-includes/class-wp-script-modules.php:207