Include post__in
as a value available to the orderby
parameter in the docs for WP_Query::parse_query()
.
See #32246 git-svn-id: https://develop.svn.wordpress.org/trunk@34836 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a743e47af8
commit
e710e49fe0
@ -1534,8 +1534,8 @@ class WP_Query {
|
||||
* specific `$meta_query` clause, use that clause's array key.
|
||||
* Default 'date'. Accepts 'none', 'name', 'author', 'date',
|
||||
* 'title', 'modified', 'menu_order', 'parent', 'ID', 'rand',
|
||||
* 'comment_count', 'meta_value', 'meta_value_num', and the
|
||||
* array keys of `$meta_query`.
|
||||
* 'comment_count', 'meta_value', 'meta_value_num', 'post__in',
|
||||
* and the array keys of `$meta_query`.
|
||||
* @type int $p Post ID.
|
||||
* @type int $page Show the number of posts that would show up on page X of a
|
||||
* static front page.
|
||||
|
Loading…
Reference in New Issue
Block a user