| CARVIEW |
Select Language
HTTP/2 301
server: nginx
date: Fri, 26 Dec 2025 17:03:41 GMT
content-type: text/html; charset=UTF-8
x-olaf: ⛄
vary: accept, content-type
x-redirect-by: WordPress
location: https://developer.wordpress.org/reference/files/wp-includes/functions-wp-styles.php/
x-frame-options: SAMEORIGIN
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
HTTP/2 200
server: nginx
date: Fri, 26 Dec 2025 17:03:42 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
wp-includes/functions.wp-styles.php | Developer.WordPress.org
File: wp-includes/functions.wp-styles.php
-
functionwp_styles()
Initializes $wp_styles if it has not been set.
-
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.
-
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.