@package: Dependencies
-
Filters the array of enqueued styles before processing for output.
-
methodWP_Styles::_css_href()
Generates an enqueued style’s fully-qualified URL.
-
hookstyle_loader_src
Filters an enqueued style’s fully-qualified URL.
-
Whether a handle’s source is in a default directory.
-
Processes items and dependencies for the footer group.
-
methodWP_Styles::reset()
Resets class properties.
-
hookstyle_loader_tag
Filters the HTML link tag of an enqueued style.
-
Adds extra CSS styles to a registered stylesheet.
-
Prints extra CSS styles of a registered stylesheet.
-
classWP_Styles
Core class used to register styles.
-
methodWP_Styles::__construct()
Constructor.
-
Fires when the WP_Styles instance is initialized.
-
methodWP_Styles::do_item()
Processes a style dependency.
-
functionwp_deregister_script()
Removes a registered script.
-
functionwp_enqueue_script()
Enqueues a script.
-
functionwp_dequeue_script()
Removes a previously enqueued script.
-
functionwp_script_is()
Determines whether a script has been added to the queue.
-
functionwp_print_scripts()
Prints scripts in document head that are in the $handles queue.
-
hookwp_print_scripts
Fires before scripts in the $handles queue are printed.
-
functionwp_register_script()
Registers a new script.
-
functionwp_localize_script()
Localizes a script.
-
functionwp_register_style()
Registers a CSS stylesheet.
-
functionwp_deregister_style()
Removes a registered stylesheet.
-
functionwp_enqueue_style()
Enqueues a CSS stylesheet.
-
functionwp_dequeue_style()
Removes a previously enqueued CSS stylesheet.
-
functionwp_style_is()
Checks whether a CSS stylesheet has been added to the queue.
-
functionwp_style_add_data()
Adds metadata to a CSS stylesheet.
-
functionwp_print_styles()
Displays styles that are in the $handles queue.
-
hookwp_print_styles
Fires before styles in the $handles queue are printed.
-
functionwp_add_inline_style()
Adds extra CSS styles to a registered stylesheet.