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