Filters the stylesheet directory path for the active theme.
Parameters
$stylesheet_dir
string- Absolute path to the active theme.
$stylesheet
string- Directory name of the active theme.
$theme_root
string- Absolute path to themes directory.
Source
return apply_filters( 'stylesheet_directory', $stylesheet_dir, $stylesheet, $theme_root );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.