wp_after_load_template

wp_after_load_template

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.9

do_action('wp_after_load_template') is found 1 times:

  • /wp-includes/template.php line 828
    	 * @param string $_template_file The full path to the template file.
    	 * @param bool   $load_once      Whether to require_once or require.
    	 * @param array  $args           Additional arguments passed to the template.
    	 */
    	do_action( 'wp_after_load_template', $_template_file, $load_once, $args );
    }
    
    /**
     * Checks whether the template should be output buffered for enhancement.
     *
     * By default, an output buffer is only started if a {@see 'wp_template_enhancement_output_buffer'} filter has been