On this page
apply_filters( 'stylesheet_uri', string $stylesheet_uri, string $stylesheet_dir_uri )
Filters the URI of the active theme stylesheet.
Parameters
$stylesheet_uristring-
Stylesheet URI for the active theme/child theme.
$stylesheet_dir_uristring-
Stylesheet directory URI for the active theme/child theme.
Source
File: wp-includes/theme.php. View all references
return apply_filters( 'stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri );
Related
Used By
| Used By | Description |
|---|---|
| get_stylesheet_uri() wp-includes/theme.php | Retrieves stylesheet URI for the active theme. |
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/stylesheet_uri