Gets the email from name.
Description
See also
Return
(string) Email from name.
Source
File: src/modules/actions/email-notifications.php
public function override_from_name() { return $this->from_name; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |