WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about theme_root_uri

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 662 /**
* Filters the URI for themes directory.
*
* @since 1.5.0
*
* @param string $theme_root_uri The URI for themes directory.
* @param string $siteurl WordPress web address which is set in General Options.
* @param string $stylesheet_or_template The stylesheet or template name of the theme.
*/

Hook Parameters

Parameter Type Name Description
string $theme_root_uri The URI for themes directory.
string $siteurl WordPress web address which is set in General Options.
string $stylesheet_or_template The stylesheet or template name of the theme.