apply_filters( "{$type}_template_hierarchy", array $templates )

Filters the list of template filenames that are searched for when retrieving a template to use.


Description Description

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’.


Parameters Parameters

$templates

(array) A list of template candidates, in descending order of priority.


Top ↑

Source Source

File: wp-includes/template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.