Correct messaging to displayed in first line.

This commit is contained in:
Vedanshu Jain 2023-08-24 14:00:29 +05:30
parent 5d858e07f8
commit 073042b52a
1 changed files with 2 additions and 5 deletions

View File

@ -257,6 +257,7 @@ class CLIRunner {
}
/**
* [Deprecated] Use `wp wc cot sync` instead.
* Copy order data into the postmeta table.
*
* Note that this could dramatically increase the size of your postmeta table, but is recommended
@ -685,11 +686,7 @@ ORDER BY $meta_table.order_id ASC, $meta_table.meta_key ASC;
}
/**
* Set custom order tables (HPOS) to authoritative if:
* 1. HPOS and posts tables are in sync, or,
* 2. This is a new shop (in this case also create tables).
* and
* 3. All installed WC plugins are compatible.
* Set custom order tables (HPOS) to authoritative if: 1). HPOS and posts tables are in sync, or, 2). This is a new shop (in this case also create tables). Additionally, all installed WC plugins should be compatible.
*
* ## OPTIONS
*