Merge branch 'master' into order-delivery-flow
This commit is contained in:
@@ -78,6 +78,15 @@ function wiaas_create_organization_roles_capabilities() {
|
||||
}
|
||||
}
|
||||
|
||||
function wiaas_disable_processing_order_email_delivery() {
|
||||
update_option( 'woocommerce_customer_processing_order_settings', array(
|
||||
'enabled' => 'no',
|
||||
'subject' => '',
|
||||
'heading' => '',
|
||||
'mail_type' => 'html'
|
||||
) );
|
||||
}
|
||||
|
||||
|
||||
function update_delivery_forms() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user