PluginProbe
YayMail – WooCommerce Email Customizer / 4.4.2
YayMail – WooCommerce Email Customizer v4.4.2
4.4.4 4.4.3 4.4.2 4.4.1 trunk 1.9.6 2.1.4 2.1.5 3.2.2 3.2.6 3.2.7.1 3.2.8.1 3.2.9 3.3 3.3.1 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9 3.4 3.4.1 3.4.2 3.4.3 All 55 releases
yaymail / src / Constants / TemplatesData.php

TemplatesData.php in YayMail – WooCommerce Email Customizer 4.4.2, at src/Constants/TemplatesData.php

23 lines 496 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 namespace YayMail\Constants;
3
4 /**
5 * Templates Data
6 */
7 class TemplatesData {
8 const WOO_DEFAULT_EMAIL_IDS = [
9 'new_order',
10 'cancelled_order',
11 'failed_order',
12 'customer_failed_order',
13 'customer_on_hold_order',
14 'customer_processing_order',
15 'customer_completed_order',
16 'customer_refunded_order',
17 'customer_invoice',
18 'customer_note',
19 'customer_reset_password',
20 'customer_new_account',
21 ];
22 }
23