LLMS_Email::get_headers()
Get email headers
Return Return
(string|array)
Source Source
File: includes/emails/class.llms.email.php
public function get_headers() { return apply_filters( 'lifterlms_email_headers', $this->headers, $this->id ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |