Skip to content

Commit 1ff0b5b

Browse files
Regenerate README file (#592)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent 2771a6b commit 1ff0b5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,6 +2781,8 @@ wp post create [--post_author=<post_author>] [--post_date=<post_date>] [--post_d
27812781
[--tax_input=<tax_input>]
27822782
Array of taxonomy terms keyed by their taxonomy name. Default empty.
27832783

2784+
Note: In WordPress core, this normally requires a user context to satisfy capability checks. WP-CLI bypasses this for convenience. See https://core.trac.wordpress.org/ticket/19373
2785+
27842786
[--meta_input=<meta_input>]
27852787
Array in JSON format of post meta values keyed by their post meta key. Default empty.
27862788

@@ -3837,6 +3839,8 @@ wp post update <id>... [--post_author=<post_author>] [--post_date=<post_date>] [
38373839
[--tax_input=<tax_input>]
38383840
Array of taxonomy terms keyed by their taxonomy name. Default empty.
38393841

3842+
Note: In WordPress core, this normally requires a user context to satisfy capability checks. WP-CLI bypasses this for convenience. See https://core.trac.wordpress.org/ticket/19373
3843+
38403844
[--meta_input=<meta_input>]
38413845
Array in JSON format of post meta values keyed by their post meta key. Default empty.
38423846

0 commit comments

Comments
 (0)