LLMS_Email::set_body( string $body = '' )
Set the body for the email
Parameters Parameters
- $body
-
(string) (Optional) text or html body content for the email
Default value: ''
Return Return
($this)
Source Source
File: includes/emails/class.llms.email.php
public function set_body( $body = '' ) { $this->body = $body; return $this; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |