LLMS_Email::get_from_address( $from_address )
Get from email option data
Contents
Return Return
(string)
Source Source
File: includes/emails/class.llms.email.php
public function get_from_address( $from_address ) {
return sanitize_email( get_option( 'lifterlms_email_from_address', $from_address ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 4.0.0 | Use the address provided by wp_mail_from as the default if no option is stored. |
| 1.0.0 | Introduced. |