Changeset 48462 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 07/13/2020 10:08:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r48426 r48462 656 656 * @type int|bool $ignore_sticky_posts Whether to ignore sticky posts or not. Setting this to false 657 657 * excludes stickies from 'post__in'. Accepts 1|true, 0|false. 658 * Default 0|false.658 * Default false. 659 659 * @type int $m Combination YearMonth. Accepts any four-digit year and month 660 660 * numbers 1-12. Default empty. … … 686 686 * of `$meta_query`. Default is 'date', except when a search 687 687 * is being performed, when the default is 'relevance'. 688 *689 688 * @type int $p Post ID. 690 689 * @type int $page Show the number of posts that would show up on page X of a … … 3435 3434 * @since 1.5.0 3436 3435 * 3436 * @see WP_Query::parse_query() for all available arguments. 3437 * 3437 3438 * @param string|array $query URL query string or array of query arguments. 3438 3439 * @return WP_Post[]|int[] Array of post objects or post IDs. … … 3546 3547 * 3547 3548 * @since 1.5.0 3549 * 3550 * @see WP_Query::parse_query() for all available arguments. 3548 3551 * 3549 3552 * @param string|array $query URL query string or array of vars.
Note: See TracChangeset
for help on using the changeset viewer.