We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a2459 commit 77b0141Copy full SHA for 77b0141
1 file changed
src/wp-includes/post.php
@@ -2600,7 +2600,8 @@ function is_post_embeddable( $post = null ) {
2600
* @see WP_Query::parse_query()
2601
*
2602
* @param array|string $args {
2603
- * Optional. Arguments to retrieve posts. See WP_Query::parse_query() for all available arguments.
+ * Optional. Array or query string of arguments to retrieve posts.
2604
+ * See WP_Query::parse_query() for all available arguments.
2605
2606
* @type int $numberposts Total number of posts to retrieve. Is an alias of `$posts_per_page`
2607
* in WP_Query. Accepts -1 for all. Default 5.
0 commit comments