Answers for "WooCommerce: Add Content to a Specific Order Email"

PHP
0

WooCommerce: Add Content to a Specific Order Email

if ( $email->id == 'cancelled_order' ) {}
if ( $email->id == 'customer_completed_order' ) {}
if ( $email->id == 'customer_invoice' ) {}
if ( $email->id == 'customer_new_account' ) {}
if ( $email->id == 'customer_note' ) {}
if ( $email->id == 'customer_on_hold_order' ) {}
if ( $email->id == 'customer_refunded_order' ) {}
if ( $email->id == 'customer_reset_password' ) {}
if ( $email->id == 'failed_order' ) {}
if ( $email->id == 'new_order' ) {}
Posted by: Guest on December-28-2021

Code answers related to "WooCommerce: Add Content to a Specific Order Email"

Browse Popular Code Answers by Language