apply_filters( 'wp_mail_from_name', string $from_name )
Filters the name to associate with the “from” email address.
Description Description
Parameters Parameters
- $from_name
-
(string) Name associated with the "from" email address.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |