styles (include files) (tag)

wp_add_inline_style()

Add extra CSS styles to a registered stylesheet.

wp_dequeue_style()

Remove a previously enqueued CSS stylesheet.

wp_deregister_style()

Remove a registered stylesheet.

wp_enqueue_style()

Adds a CSS stylesheet file to the page. Also registers the stylesheet file if it wasn't registered.

wp_get_custom_css()

Fetches the CSS code from the Theme Customizer settings. The CSS will be retrieved as it is: without a <style> pane.

wp_register_style()

Register a CSS stylesheet.

wp_style_add_data()

Adds metadata to a CSS stylesheet file that has been added with wp_enqueue_style() function. Use it, for example, to make a stylesheet file work only with certain versions of IE browsers.

wp_style_is()

Check whether a CSS stylesheet has been added to the queue.