LLMS_Email::get_from_name()
Get from name option data
Contents
Return Return
(string)
Source Source
File: includes/emails/class.llms.email.php
public function get_from_name() { return wp_specialchars_decode( esc_html( get_option( 'lifterlms_email_from_name' ) ), ENT_QUOTES ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |