Forum › Forums › General Support › Change the subject lines in the order emails?
Hello Olly,
How can I change the subject lines in the order emails? I would need a different subject for the customer emails than for the branch emails.
Unfortunately, I only found some very old posts on this topic – so I’m asking again here.
If it’s not possible to set different subject lines for customer and branch emails, then how can I generally change the email subject?
Thanks for your help!
out of the box, no. the subject line is the same for everybody. There is however the following filter you can use to do wahetever you like pretty much with emails sent
apply_filters('wppizza_filter_email_settings', $email_settings, $recipient_key, $order_formatted);
I would guess the parameters here are self explanatory