woocommerce_email_headers, $header, $this->id, $this->object, $this

woocommerce_email_headers, $header, $this->id, $this->object, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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