I would like to standardize structure of email subjects (for all Woocommerce emails notifications). Im using all available filters from here
But what about “On hold”, “Cancelled”, “Refunded” and “Failed order” email subjects?
Is there way to change email subject for those emails?
Below the 4 hooked functions with the correct filter hooks, that will allow you to customize the email subjects for “On hold”, “Cancelled”, “Refunded” and “Failed order” notifications:
Code goes in function.php file of the active child theme (or active theme).
Tested and works.
related: Change email subject for custom order statuses in Woocommerce 3