LLMS_Emails::get_emails()
Get all email objects
Return Return
(string[]) Array of all email class names.
Source Source
File: includes/class.llms.emails.php
public function get_emails() {
return $this->emails;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |