LLMS_Email::set_id( string $id = '' )
Set the ID of the email
Parameters Parameters
- $id
-
(string) (Optional) id string
Default value: ''
Return Return
($this)
Source Source
File: includes/emails/class.llms.email.php
public function set_id( $id = '' ) {
$this->id = $id;
return $this;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |