Add metadata to a CSS stylesheet.
wp_style_is
Check whether a CSS stylesheet has been added to the queue.
wp_dequeue_style
Remove a previously enqueued CSS stylesheet.
wp_enqueue_style
Enqueue a CSS stylesheet.
Advertisement
wp_deregister_style
Remove a registered stylesheet.
wp_register_style
Register a CSS stylesheet.
wp_add_inline_style
Add extra CSS styles to a registered stylesheet.
wp_print_styles
Display styles that are in the $handles queue.
Advertisement
wp_print_styles
Fires before styles in the $handles queue are printed.
wp_styles
Initialize $wp_styles if it has not been set.