wpseek.com
A WordPress-centric search engine for devs and theme authors
{$type}_template › WordPress Filter Hooks
Since4.8.0
Deprecatedn/a
› apply_filters( "{$type}_template", $template, $type, $templates )
Parameters: (3) |
|
Defined at: |
|
Codex: |
Filters the path of the queried template by type.
The dynamic portion of the hook name, $type
, refers to the filename -- minus the file
extension and any non-alphanumeric characters delimiting words -- of the file to load.
This hook also applies to various types of files loaded as part of the Template Hierarchy.
Possible values for $type
include: 'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date',
'embed', 'home', 'frontpage', 'privacypolicy', 'page', 'paged', 'search', 'single', 'singular', and 'attachment'.
Related Functions: get_template, get_page_template, locate_template, get_page_templates, is_page_template, get_date_template