File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,9 @@ Gets a list of comments.
264264wp comment list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>]
265265~~~
266266
267+ Display comments based on all arguments supported by
268+ [ WP_Comment_Query()] ( https://developer.wordpress.org/reference/classes/WP_Comment_Query/__construct/ ) .
269+
267270** OPTIONS**
268271
269272 [--<field>=<value>]
@@ -2111,7 +2114,7 @@ wp post create [--post_author=<post_author>] [--post_date=<post_date>] [--post_d
21112114 Success: Created post 1922.
21122115
21132116 # Create a post with multiple meta values.
2114- $ wp post create --post_title='A post' --post_content='Just a small post.' --meta_input='{"key1":"value1","key2":"value2"}
2117+ $ wp post create --post_title='A post' --post_content='Just a small post.' --meta_input='{"key1":"value1","key2":"value2"}'
21152118 Success: Created post 1923.
21162119
21172120 # Create a duplicate post from existing posts.
@@ -2339,6 +2342,9 @@ Gets a list of posts.
23392342wp post list [--<field>=<value>] [--field=<field>] [--fields=<fields>] [--format=<format>]
23402343~~~
23412344
2345+ Display posts based on all arguments supported by
2346+ [ WP_Query()] ( https://developer.wordpress.org/reference/classes/wp_query/ ) .
2347+
23422348** OPTIONS**
23432349
23442350 [--<field>=<value>]
You can’t perform that action at this time.
0 commit comments