LLMS_Email::get_content()
Get email content
Return Return
(string)
Source Source
File: includes/emails/class.llms.email.php
public function get_content() {
$content = apply_filters( 'llms_email_content_get_content', $this->get_content_html(), $this );
return wordwrap( $content, 70 );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |