Skip to content

Instantly share code, notes, and snippets.

@stephangriesel
Created October 7, 2015 16:36
Show Gist options
  • Save stephangriesel/e13ab217bfdbf4ba506d to your computer and use it in GitHub Desktop.
Save stephangriesel/e13ab217bfdbf4ba506d 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() . "\r\n", $this->id, $this->object );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment