Last active
May 17, 2016 12:34
-
-
Save apsolut/444f58229ce1a14ea8f723cd6b5bb5b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Array | |
*/ | |
array( | |
'customer_processing_order', | |
'customer_completed_order', | |
'customer_order_confirmation', //germanmarket | |
'cancelled_order', | |
'customer_invoice', | |
'customer_note', | |
'low_stock', | |
'no_stock', | |
'customer_refunded_order', | |
'failed_order', | |
'new_order', | |
'customer_invoice_paid' | |
); | |
//Actions | |
//woocommerce_new_customer_note_notification | |
//woocommerce_order_status_completed_notification | |
//woocommerce_order_status_pending_to_processing_notification | |
//woocommerce_order_status_pending_to_completed_notification | |
//woocommerce_order_status_pending_to_on-hold_notification | |
//woocommerce_order_status_pending_to_cancelled_notification | |
//woocommerce_order_status_pending_to_failed_notification | |
//woocommerce_order_status_refunded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment