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