WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about template_include

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/template-loader.php apply_filters 104 /**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/

Hook Parameters

Parameter Type Name Description
string $template The path of the template to include.