Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/theme.php | apply_filters | 609 | /** * Filters the absolute path to the themes directory. * * @since 1.5.0 * * @param string $theme_root Absolute path to themes directory. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $theme_root | Absolute path to themes directory. |