From c5bd67d18c225c39a5ea9356cb3dd5d909107475 Mon Sep 17 00:00:00 2001 From: "Jorge A. Torres" Date: Thu, 28 Sep 2023 11:57:56 +0100 Subject: [PATCH] Updated High Performance Order Storage Upgrade Recipe Book (markdown) --- High-Performance-Order-Storage-Upgrade-Recipe-Book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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