woocommerce_email_headers, $header, $this->id, $this->object, $this
woocommerce_email_headers, $header, $this->id, $this->object, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_email_headers, $header, $this->id, $this->object, $this') is found 1 times:
- /includes/emails/class-wc-email.php line 718
$header .= 'Bcc: ' . sanitize_text_field( $bcc ) . "\r\n"; } } return apply_filters( 'woocommerce_email_headers', $header, $this->id, $this->object, $this ); } /** * Get email attachments. * * @return array