818* @since 6.1.0819*820* @param string$_template_file The full path to the template file.821* @param bool$load_once Whether to require_onceorrequire.822* @param array$args Additional arguments passed to the template.823*/824do_action('wp_after_load_template',$_template_file,$load_once,$args);825}826
History
Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.