Updated High Performance Order Storage Upgrade Recipe Book (markdown)

Jorge A. Torres 2023-09-28 11:57:56 +01:00
parent 1b0609986f
commit c5bd67d18c
1 changed files with 1 additions and 1 deletions

@ -54,7 +54,7 @@ You can also downgrade the WooCommerce version to a version before the HPOS feat
If one or more active extensions aren't yet compatible with HPOS, the UI will not let the user activate HPOS as it would be unsafe to do so on a live site. However, for testing and for upgrading an extension to work with HPOS it can be useful to override this. The option to enable HPOS is called `woocommerce_feature_custom_order_tables_enabled` and can be enabled via WP CLI like so:
```
wp option set woocommerce_feature_custom_order_tables_enabled yes
wp option set woocommerce_custom_orders_table_enabled yes
```
### Initial sync of orders