Description
Filters the stylesheet directory path for the active theme.
Occurrences
Filename | Line Number |
---|---|
wp-includes/theme.php | 215 |
Parameters
Type | Name | Description |
---|---|---|
string | $stylesheet_dir | Absolute path to the active theme. |
string | $stylesheet | Directory name of the active theme. |
string | $theme_root | Absolute path to themes directory. |
PHP Doc
/**
* Filters the stylesheet directory path for the active theme.
*
* @since 1.5.0
*
* @param string $stylesheet_dir Absolute path to the active theme.
* @param string $stylesheet Directory name of the active theme.
* @param string $theme_root Absolute path to themes directory.
*/