WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_mail_from_name

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 403 /**
* Filters the name to associate with the "from" email address.
*
* @since 2.3.0
*
* @param string $from_name Name associated with the "from" email address.
*/

Hook Parameters

Parameter Type Name Description
string $from_name Name associated with the "from" email address.