Action hook 'wp_after_load_template'

in WP Core File wp-includes/template.php at line 824

Description

Fires after a template file is loaded.

Occurrences

Filename Line Number
wp-includes/template.php 824

Parameters

Type Name Description
string $_template_file The full path to the template file.
bool $load_once Whether to require_once or require.
array $args Additional arguments passed to the template.

PHP Doc

/**
	 * Fires after a template file is loaded.
	 *
	 * @since 6.1.0
	 *
	 * @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.
	 */