wpseek.com
A WordPress-centric search engine for devs and theme authors
{$type}_template_hierarchy › WordPress Filter Hooks
Since4.7.0
Deprecatedn/a
› apply_filters( "{$type}_template_hierarchy", $templates )
Parameters: |
|
Defined at: |
|
Codex: |
Filters the list of template filenames that are searched for when retrieving a template to use.
The last element in the array should always be the fallback template for this query type.
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_page_hierarchy, _get_term_hierarchy, get_template_directory, get_template_part, get_template_directory_uri, get_page_template