Filters the absolute path to the themes directory.
Parameters
$theme_root
string- Absolute path to themes directory.
Source
return apply_filters( 'theme_root', $theme_root );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
Filters the absolute path to the themes directory.
$theme_root
stringreturn apply_filters( 'theme_root', $theme_root );
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.