diff --git a/plugins/woocommerce/src/Internal/Admin/Orders/Edit.php b/plugins/woocommerce/src/Internal/Admin/Orders/Edit.php index 16796b33299..a1b77a59169 100644 --- a/plugins/woocommerce/src/Internal/Admin/Orders/Edit.php +++ b/plugins/woocommerce/src/Internal/Admin/Orders/Edit.php @@ -232,9 +232,7 @@ class Edit { */ do_action( 'woocommerce_process_shop_order_meta', $this->order->get_id(), $this->order ); - if ( wc_get_container()->get( CustomOrdersTableController::class )->custom_orders_table_usage_is_enabled() ) { - $this->custom_meta_box->handle_metadata_changes($this->order); - } + $this->custom_meta_box->handle_metadata_changes($this->order); // Order updated message. $this->message = 1;