Used By
| Used By | Description |
|---|---|
| wp-includes/template.php: get_query_template() | Retrieve path to a template |
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’.
(array) A list of template candidates, in descending order of priority.
File: wp-includes/template.php
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/type_template_hierarchy