Description
Filters the URI of the active theme stylesheet.
Occurrences
Filename | Line Number |
---|---|
wp-includes/theme.php | 263 |
Parameters
Type | Name | Description |
---|---|---|
string | $stylesheet_uri | Stylesheet URI for the active theme/child theme. |
string | $stylesheet_dir_uri | Stylesheet directory URI for the active theme/child theme. |
PHP Doc
/**
* Filters the URI of the active theme stylesheet.
*
* @since 1.5.0
*
* @param string $stylesheet_uri Stylesheet URI for the active theme/child theme.
* @param string $stylesheet_dir_uri Stylesheet directory URI for the active theme/child theme.
*/