woocommerce_email_content_type, $content_type, $this, $default_content_type
woocommerce_email_content_type, $content_type, $this, $default_content_type
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_email_content_type, $content_type, $this, $default_content_type') is found 1 times:
- /includes/emails/class-wc-email.php line 788
$content_type = 'text/plain'; break; } return apply_filters( 'woocommerce_email_content_type', $content_type, $this, $default_content_type ); } /** * Return the email's title * * @return string