get_theme_root()
Retrieve path to themes directory.
Does not have trailing slash.
Used By: get_template_directory()
1 time — 0.00001 sec (speed of light) | 50000 times — 0.01 sec (speed of light) | PHP 7.4.8, WP 5.6.2
Hooks from the function
Return
String
. Themes directory path.
Usage
get_theme_root( $stylesheet_or_template );
- $stylesheet_or_template(string)
- The stylesheet or template name of the theme.
Default: to leverage the main theme root
Notes
- Global. Array. $wp_theme_directories
Changelog
Since 1.5.0 | Introduced. |