WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about template

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 315 /**
* Filters the name of the active theme.
*
* @since 1.5.0
*
* @param string $template active theme's directory name.
*/

Hook Parameters

Parameter Type Name Description
string $template active theme's directory name.