You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2781,6 +2781,8 @@ wp post create [--post_author=<post_author>] [--post_date=<post_date>] [--post_d
2781
2781
[--tax_input=<tax_input>]
2782
2782
Array of taxonomy terms keyed by their taxonomy name. Default empty.
2783
2783
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
+
2784
2786
[--meta_input=<meta_input>]
2785
2787
Array in JSON format of post meta values keyed by their post meta key. Default empty.
Array of taxonomy terms keyed by their taxonomy name. Default empty.
3839
3841
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
+
3840
3844
[--meta_input=<meta_input>]
3841
3845
Array in JSON format of post meta values keyed by their post meta key. Default empty.
0 commit comments