[CLI] Added docs about product reviews fields
This commit is contained in:
parent
bba6bdd6ea
commit
b7b6254bf4
|
@ -512,6 +512,15 @@ class WC_CLI_Product extends WC_CLI_Command {
|
||||||
* [--format=<format>]
|
* [--format=<format>]
|
||||||
* : Accepted values: table, json, csv. Default: table.
|
* : Accepted values: table, json, csv. Default: table.
|
||||||
*
|
*
|
||||||
|
* ## AVAILABLE FIELDS
|
||||||
|
*
|
||||||
|
* * id
|
||||||
|
* * rating
|
||||||
|
* * reviewer_name
|
||||||
|
* * reviewer_email
|
||||||
|
* * verified
|
||||||
|
* * created_at
|
||||||
|
*
|
||||||
* ## EXAMPLES
|
* ## EXAMPLES
|
||||||
*
|
*
|
||||||
* wp wc product reviews 123
|
* wp wc product reviews 123
|
||||||
|
|
Loading…
Reference in New Issue