LLMS_Email::add_attachment( string $attachment )
Add an attachment to the email
Parameters Parameters
- $attachment
-
(string) (Required) full system path to a file to attach
Return Return
(void)
Source Source
File: includes/emails/class.llms.email.php
public function add_attachment( $attachment ) { array_push( $this->attachments, $attachment ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |