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