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:
parent
09b6d67d4f
commit
2c53c35a61
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue