do_action( ‘wp_after_load_template’, string $_template_file, bool $load_once, array $args )

In this article

Fires after a template file is loaded.

Parameters

$_template_filestring
The full path to the template file.
$load_oncebool
Whether to require_once or require.
$argsarray
Additional arguments passed to the template.

Source

do_action( 'wp_after_load_template', $_template_file, $load_once, $args );

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.