Fires immediately before including the template.
Parameters
$templatestring- The path of the template about to be included.
Source
do_action( 'wp_before_include_template', $template );
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
Fires immediately before including the template.
$templatestringdo_action( 'wp_before_include_template', $template );
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.