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