Woocommerce – using wc_mail with attachment
I have a custom WooCommerce email that needs to send to the third party. In this email, I have to add an attachment. I tried with wc_mail() but the attachment not attached. Here is how it look likes: $attachment =…