Changeset 49506 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 11/05/2020 09:42:49 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r49505 r49506 3608 3608 * Is the query for an existing archive page? 3609 3609 * 3610 * Month, Year, Category, Author, Post Type archive... 3610 * Archive pages include category, tag, author, date, custom post type, 3611 * and custom taxonomy based archives. 3611 3612 * 3612 3613 * @since 3.1.0 3614 * 3615 * @see WP_Query::is_category() 3616 * @see WP_Query::is_tag() 3617 * @see WP_Query::is_author() 3618 * @see WP_Query::is_date() 3619 * @see WP_Query::is_post_type_archive() 3620 * @see WP_Query::is_tax() 3613 3621 * 3614 3622 * @return bool Whether the query is for an existing archive page.
Note: See TracChangeset
for help on using the changeset viewer.