Merge pull request #29105 from woocommerce/fix/disable-merchant-email-notes

Merchant email notes now are turned off by default
This commit is contained in:
Fernando 2021-02-22 09:48:00 -03:00 committed by GitHub
commit f613bbaeba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class WC_Settings_Emails extends WC_Settings_Page {
'id' => 'woocommerce_merchant_email_notifications',
'type' => 'checkbox',
'checkboxgroup' => 'start',
'default' => 'yes',
'default' => 'no',
'autoload' => false,
),