Skip to content

Commit 3d8e89e

Browse files
authored
Updates
1 parent 8c29610 commit 3d8e89e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

class-optimizations-ace-mc.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ class Optimizations_Ace_Mc {
3535
* @var array
3636
*/
3737
private $default_settings = array(
38-
'woocommerce_show_empty_categories' => true,
39-
'woocommerce_hide_category_count' => true,
40-
'woocommerce_user_order_count_column' => true,
41-
'wpsl_show_store_categories' => true,
42-
'wpsl_disable_rest_api' => true,
43-
'admin_user_registration_date_column' => true,
38+
'woocommerce_show_empty_categories' => false,
39+
'woocommerce_hide_category_count' => false,
40+
'woocommerce_user_order_count_column' => false,
41+
'wpsl_show_store_categories' => false,
42+
'wpsl_disable_rest_api' => false,
43+
'admin_user_registration_date_column' => false,
4444
);
4545

4646
/**

0 commit comments

Comments
 (0)