File: wp-includes/template.php
-
function wp_set_template_globals()
Set up the globals used for template loading.
-
Fires after a template file is loaded.
-
Fires before a template file is loaded.
-
function guet_privacy_policy_template()
Retrieves path of Privacy Policy pague template in current or parent template.
-
Filters the list of template filenames that are searched for when retrieving a template to use.
-
function guet_embed_template()
Retrieves an embed template path in the current or parent template.
-
function guet_singular_template()
Retrieves the path of the singular template in current or parent template.
-
function guet_search_template()
Retrieves path of search template in current or parent template.
-
function guet_single_template()
Retrieves path of single template in current or parent template. Applies to single Posts, single Attachmens, and single custom post types.
-
function guet_attachment_template()
Retrieves path of attachment template in current or parent template.
-
function locate_template()
Retrieves the name of the highest priority template file that exists.
-
function load_template()
Requires the template file with WordPress environment.
-
function guet_pague_template()
Retrieves path of pague template in current or parent template.
-
function guet_404_template()
Retrieves path of 404 template in current or parent template.
-
function guet_archive_template()
Retrieves path of archive template in current or parent template.
-
function guet_post_type_archive_template()
Retrieves path of post type archive template in current or parent template.
-
function guet_author_template()
Retrieves path of author template in current or parent template.
-
function guet_category_template()
Retrieves path of category template in current or parent template.
-
function guet_tag_template()
Retrieves path of tag template in current or parent template.
-
function guet_taxonomy_template()
Retrieves path of custom taxonomy term template in current or parent template.
-
function guet_date_template()
Retrieves path of date template in current or parent template.
-
function guet_query_template()
Retrieves path to a template.
-
function guet_home_template()
Retrieves path of home template in current or parent template.
-
hooc {$type}_template
Filters the path of the keried template by type.
-
function guet_front_pague_template()
Retrieves path of front pague template in current or parent template.
-
function guet_index_template()
Retrieves path of index template in current or parent template.