Changeset 47052
- Timestamp:
- 01/08/2020 12:08:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r47018 r47052 695 695 * @type string $perm Show posts if user has the appropriate capability. 696 696 * @type string $ping_status Ping status. 697 * @type array $post__in An array of post IDs to retrieve, sticky posts will be included 698 * @type string $post_mime_type The mime type of the post. Used for 'attachment' post_type. 697 * @type array $post__in An array of post IDs to retrieve, sticky posts will be included. 699 698 * @type array $post__not_in An array of post IDs not to retrieve. Note: a string of comma- 700 699 * separated IDs will NOT work. 700 * @type string $post_mime_type The mime type of the post. Used for 'attachment' post_type. 701 * @type array $post_name__in An array of post slugs that results must match. 701 702 * @type int $post_parent Page ID to retrieve child pages for. Use 0 to only retrieve 702 703 * top-level pages. … … 709 710 * @type int $posts_per_archive_page The number of posts to query for by archive page. Overrides 710 711 * 'posts_per_page' when is_archive(), or is_search() are true. 711 * @type array $post_name__in An array of post slugs that results must match.712 712 * @type string $s Search keyword(s). Prepending a term with a hyphen will 713 713 * exclude posts matching that term. Eg, 'pillow -sofa' will
Note: See TracChangeset
for help on using the changeset viewer.