|
2 | 2 | /**
|
3 | 3 | * Custom Emails for WooCommerce - Email Settings Class
|
4 | 4 | *
|
5 |
| - * @version 2.9.0 |
| 5 | + * @version 2.9.3 |
6 | 6 | * @since 1.0.0
|
7 | 7 | *
|
8 | 8 | * @author Algoritmika Ltd
|
@@ -89,7 +89,7 @@ function get_default_content() {
|
89 | 89 | /**
|
90 | 90 | * get_triggers.
|
91 | 91 | *
|
92 |
| - * @version 2.6.0 |
| 92 | + * @version 2.9.3 |
93 | 93 | * @since 1.0.0
|
94 | 94 | *
|
95 | 95 | * @todo (dev) `alg_wc_ce_product_published_notification`: `woocommerce_new_product`?
|
@@ -132,16 +132,18 @@ function get_triggers() {
|
132 | 132 |
|
133 | 133 | // Extra triggers
|
134 | 134 | $triggers['extra'] = array(
|
135 |
| - 'woocommerce_reset_password_notification' => __( 'Reset password notification', 'custom-emails-for-woocommerce' ), |
136 |
| - 'woocommerce_order_fully_refunded_notification' => __( 'Order fully refunded notification', 'custom-emails-for-woocommerce' ), |
137 |
| - 'woocommerce_order_partially_refunded_notification' => __( 'Order partially refunded notification', 'custom-emails-for-woocommerce' ), |
138 |
| - 'woocommerce_new_customer_note_notification' => __( 'New customer note notification', 'custom-emails-for-woocommerce' ), |
139 |
| - 'woocommerce_low_stock_notification' => __( 'Low stock notification', 'custom-emails-for-woocommerce' ), |
140 |
| - 'woocommerce_no_stock_notification' => __( 'No stock notification', 'custom-emails-for-woocommerce' ), |
141 |
| - 'woocommerce_product_on_backorder_notification' => __( 'Product on backorder notification', 'custom-emails-for-woocommerce' ), |
142 |
| - 'alg_wc_ce_product_published_notification' => __( 'Product published', 'custom-emails-for-woocommerce' ), |
143 |
| - 'woocommerce_update_product_notification' => __( 'Product updated', 'custom-emails-for-woocommerce' ), |
144 |
| - 'woocommerce_created_customer_notification' => __( 'Created customer notification', 'custom-emails-for-woocommerce' ), |
| 135 | + 'woocommerce_reset_password_notification' => __( 'Reset password notification', 'custom-emails-for-woocommerce' ), |
| 136 | + 'woocommerce_order_fully_refunded_notification' => __( 'Order fully refunded notification', 'custom-emails-for-woocommerce' ), |
| 137 | + 'woocommerce_order_partially_refunded_notification' => __( 'Order partially refunded notification', 'custom-emails-for-woocommerce' ), |
| 138 | + 'woocommerce_new_customer_note_notification' => __( 'New customer note notification', 'custom-emails-for-woocommerce' ), |
| 139 | + 'woocommerce_low_stock_notification' => __( 'Low stock notification', 'custom-emails-for-woocommerce' ), |
| 140 | + 'woocommerce_no_stock_notification' => __( 'No stock notification', 'custom-emails-for-woocommerce' ), |
| 141 | + 'woocommerce_product_on_backorder_notification' => __( 'Product on backorder notification', 'custom-emails-for-woocommerce' ), |
| 142 | + 'alg_wc_ce_product_published_notification' => __( 'Product published', 'custom-emails-for-woocommerce' ), |
| 143 | + 'woocommerce_update_product_notification' => __( 'Product updated', 'custom-emails-for-woocommerce' ), |
| 144 | + 'woocommerce_created_customer_notification' => __( 'Created customer notification', 'custom-emails-for-woocommerce' ), |
| 145 | + 'woocommerce_after_save_address_validation_notification' => __( 'Customer address saved', 'custom-emails-for-woocommerce' ), |
| 146 | + 'alg_wc_ce_user_address_changed_notification' => __( 'Customer address changed', 'custom-emails-for-woocommerce' ), |
145 | 147 | );
|
146 | 148 |
|
147 | 149 | // WooCommerce Subscriptions
|
|
0 commit comments