Custom WordPress and WooCommerce Development

Add BCC to WooCommerce Emails

Sometimes you need to send WooCommerce emails to more people than you can do via the main plugin settings. Or, you need to quietly BCC somebody, like a vendor, etc. You can achieve that by modifying the email headers on the woocommerce_email_headers filter.

To achieve this you can add the following snippet to your theme’s functions.php or via the Code Snippets plugin.