Filter hook 'wp_mail_from_name'

in WP Core File wp-includes/pluggable.php at line 405

Description

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

Occurrences

Filename Line Number
wp-includes/pluggable.php 405

Parameters

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

PHP Doc

/**
		 * 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.
		 */