apply_filters( 'wp_mail_from_name', string $from_name )

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


Description


Parameters

$from_name

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


Top ↑

Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog

Version Description
2.3.0 Introduced.