LLMS_Email::get_content_type()
Get the content type
Return Return
(string)
Source Source
File: includes/emails/class.llms.email.php
351 352 353 | public function get_content_type() { return apply_filters( 'llms_email_content_type' , $this ->content_type, $this ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |