Changeset 29578
- Timestamp:
- 08/23/2014 07:36:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r29538 r29578 1476 1476 * @type int $hour Hour of the day. Default empty. Accepts numbers 0-23. 1477 1477 * @type bool $ignore_sticky_posts Whether to ignore sticky posts or not. Setting this to false 1478 * excludes stickies from 'post__in'. Default 0|false. Accepts1479 * 1|true,0|false.1480 * @type int $m Combination YearMonth. Default empty. Accepts any four-digit1481 * year and month numbers 1-12.1478 * excludes stickies from 'post__in'. Accepts 1|true, 0|false. 1479 * Default 0|false. 1480 * @type int $m Combination YearMonth. Accepts any four-digit year and month 1481 * numbers 1-12. Default empty. 1482 1482 * @type string $meta_compare Comparison operator to test the 'meta_value'. 1483 1483 * @type string $meta_key Custom field key. … … 1510 1510 * @type string $post_mime_type The mime type of the post. Used for 'attachment' post_type. 1511 1511 * @type array $post__not_in An array of post IDs not to retrieve. Note: a string of comma- 1512 * separated IDs will NOT work. 1512 1513 * @type int $post_parent Page ID to retrieve child pages for. Use 0 to only retrieve 1513 1514 * top-level pages. 1514 1515 * @type array $post_parent__in An array containing parent page IDs to query child pages from. 1515 1516 * @type array $post_parent__not_in An array containing parent page IDs not to query child pages from. 1516 * separated IDs will NOT work.1517 1517 * @type string|array $post_type A post type slug (string) or array of post type slugs. 1518 1518 * Default 'any' if using 'tax_query'.
Note: See TracChangeset
for help on using the changeset viewer.