WooCommerce Email Attachments Version 3.1.2 Changelog
* added: selectbox to display notification header and text at beginning of E-Mail body
* added: filter “wc_email_attachments_unfiltered_notification_text”-allows to use unfiltered HTML in notification header and text
(e.g. add_filter( ‘wc_email_attachments_unfiltered_notification_text’, ‘__return_true’, 10 ); )
