From c1aa66cd527cfeb471cc615abd85059e218b6185 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 28 Oct 2015 14:05:04 +0000 Subject: [PATCH] List the possible values for the dynamic portion of the `{type}_template` hook. See #14310, #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@35413 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/template.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-includes/template.php b/src/wp-includes/template.php index 620d89dc39..45d1db0c0f 100644 --- a/src/wp-includes/template.php +++ b/src/wp-includes/template.php @@ -35,6 +35,9 @@ function get_query_template( $type, $templates = array() ) { * 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', + * 'home', 'front_page', 'page', 'paged', 'search', 'single', 'singular', and 'attachment'. + * * @since 1.5.0 * * @param string $template Path to the template. See locate_template().