Skip to content

Commit

Permalink
Merchant email notes now are turned off by default
Browse files Browse the repository at this point in the history
This commit turns off the merchant email notes by default
  • Loading branch information
Fernando Marichal authored and roykho committed Feb 22, 2021
1 parent d8e293d commit 8681c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/settings/class-wc-settings-emails.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function get_settings() {
'id' => 'woocommerce_merchant_email_notifications',
'type' => 'checkbox',
'checkboxgroup' => 'start',
'default' => 'yes',
'default' => 'no',
'autoload' => false,
),

Expand Down

0 comments on commit 8681c89

Please sign in to comment.