/var/www/html_fr/wp-content/plugins/yaymail/src/Constants/TemplatesData.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
namespace YayMail\Constants;

/**
 * Templates Data
 */
class TemplatesData {
    const 
WOO_DEFAULT_EMAIL_IDS = [
        
'new_order',
        
'cancelled_order',
        
'failed_order',
        
'customer_failed_order',
        
'customer_on_hold_order',
        
'customer_processing_order',
        
'customer_completed_order',
        
'customer_refunded_order',
        
'customer_invoice',
        
'customer_note',
        
'customer_reset_password',
        
'customer_new_account',
    ];
}