WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about template_directory_uri

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 363 /**
* Filters the active theme directory URI.
*
* @since 1.5.0
*
* @param string $template_dir_uri The URI of the active theme directory.
* @param string $template Directory name of the active theme.
* @param string $theme_root_uri The themes root URI.
*/

Hook Parameters

Parameter Type Name Description
string $template_dir_uri The URI of the active theme directory.
string $template Directory name of the active theme.
string $theme_root_uri The themes root URI.