Add name so that it's displayed in the incompatible plugins UX.

Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
This commit is contained in:
Vedanshu Jain 2023-07-11 18:41:32 +05:30 committed by GitHub
parent 09b6d67d4f
commit 2c53c35a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class FeaturesController {
),
// Options for HPOS features are added in CustomOrdersTableController to keep the logic in same place.
'custom_order_tables' => array( // This exists for back-compat, otherwise is always enabled and hidden from WC 8.0.
'name' => '',
'name' => __( 'High-Performance order storage (COT)', 'woocommerce' ),
'enabled_by_default' => true,
),
$hpos_authoritative => array(