apply_filters( 'template_include', string $template )
Filters the path of the current template before including it.
Description Description
Parameters Parameters
- $template
-
(string) The path of the template to include.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
This example includes a new template on a page called ‘portfolio’ if the new template file was found.
Expand full source codeCollapse full source code