apply_filters( 'wp_mail_from_name', string $from_name )

Filters the name to associate with the “from” email address.


Parameters

$from_name

(string) Name associated with the "from" email address.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.