Remove Header from Email
-
Hello everyone,
i need to remove the header from the email that i received by seller after purchase.
i therefore removed this part from admin-new-order.php:
/*
- @hooked WC_Emails::email_header() Output the email header
*/
do_action( ‘woocommerce_email_header’, $email_heading, $email ); ?>
this did remove the header, but also caused an error message, that the order did not go through (although it did). therefore this way i cant be done.
Simple question is now, how to remove this header bar from the email without causing a conflict.
Thanks for your help
- @hooked WC_Emails::email_header() Output the email header
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove Header from Email’ is closed to new replies.