You appear to be a bot. Output may be restricted
Description
Usage
Tests_Template::get_query_template_conditions();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/template.php
Lines:
1 to 22 of 22
protected static function get_query_template_conditions() { return array( 'embed' => 'is_embed', '404' => 'is_404', 'search' => 'is_search', 'front_page' => 'is_front_page', 'home' => 'is_home', 'privacy_policy' => 'is_privacy_policy', 'post_type_archive' => 'is_post_type_archive', 'taxonomy' => 'is_tax', 'attachment' => 'is_attachment', 'single' => 'is_single', 'page' => 'is_page', 'singular' => 'is_singular', 'category' => 'is_category', 'tag' => 'is_tag', 'author' => 'is_author', 'date' => 'is_date', 'archive' => 'is_archive', 'paged' => 'is_paged', ); }