wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_mail_from_name › WordPress Filter Hooks

Since2.3.0
Deprecatedn/a
apply_filters( 'wp_mail_from_name', $from_name )
Parameters:
  • (string) $from_name Name associated with the "from" email address.
    Required: Yes
Defined at:
Codex:

Filters the name to associate with the "from" email address.





Source

$from_name = apply_filters( 'wp_mail_from_name', $from_name );