template_include

template_include

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('template_include') is found 1 times:

  • /wp-includes/template-loader.php line 104
    	 * @since 3.0.0
    	 *
    	 * @param string $template The path of the template to include.
    	 */
    	$template = apply_filters( 'template_include', $template );
    	if ( $template ) {
    		include $template;
    	} elseif ( current_user_can( 'switch_themes' ) ) {
    		$theme = wp_get_theme();
    		if ( $theme->errors() ) {
    			wp_die( $theme->errors() );
    

See this hook used in plugins: