LLMS_Email::get_heading()
Get the text of the email “heading”
Return Return
(string)
Source Source
File: includes/emails/class.llms.email.php
public function get_heading() { return apply_filters( 'lifterlms_email_heading', $this->format_string( $this->heading ), $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |