diff --git a/High-Performance-Order-Storage-Upgrade-Recipe-Book.md b/High-Performance-Order-Storage-Upgrade-Recipe-Book.md index c82ca5f..2dd652f 100644 --- a/High-Performance-Order-Storage-Upgrade-Recipe-Book.md +++ b/High-Performance-Order-Storage-Upgrade-Recipe-Book.md @@ -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