LLMS_Email::get_body()
Get the body content of the email
Return Return
(string)
Source Source
File: includes/emails/class.llms.email.php
public function get_body() { return apply_filters( 'llms_email_body', $this->format_string( $this->body ), $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |