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