Skip to content

Instantly share code, notes, and snippets.

@stephangriesel
Created October 7, 2015 16:37
Show Gist options
  • Save stephangriesel/c774d54a931bd30097fc to your computer and use it in GitHub Desktop.
Save stephangriesel/c774d54a931bd30097fc to your computer and use it in GitHub Desktop.
/**
* get_headers function.
*
* @return string
*/
public function get_headers() {
return apply_filters( 'woocommerce_email_headers', "Content-Type: " . $this->get_content_type() . "; charset=UTF-8\r\n", $this->id, $this->object );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment