Description
Filters the stylesheet directory URI.
Occurrences
Filename | Line Number |
---|---|
wp-includes/theme.php | 239 |
Parameters
Type | Name | Description |
---|---|---|
string | $stylesheet_dir_uri | Stylesheet directory URI. |
string | $stylesheet | Name of the activated theme's directory. |
string | $theme_root_uri | Themes root URI. |
PHP Doc
/**
* Filters the stylesheet directory URI.
*
* @since 1.5.0
*
* @param string $stylesheet_dir_uri Stylesheet directory URI.
* @param string $stylesheet Name of the activated theme's directory.
* @param string $theme_root_uri Themes root URI.
*/