function add_bcc_all_emails( $headers, $object ) { $headers = array( $headers, ‘Bcc: Me <my@mail.net>’ .”\r\n”, ); return $headers; } add_filter( ‘woocommerce_email_headers’, ‘add_bcc_all_emails’, 10, 2 ); https://stackoverflow.com/questions/52924180/woocommerce-bcc-all-mails