WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_root

Back to home

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.