Created
October 7, 2015 16:36
-
-
Save stephangriesel/e13ab217bfdbf4ba506d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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