Action hook 'wp_mail_failed'

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

Description

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

Occurrences

Filename Line Number
wp-includes/pluggable.php 414
wp-includes/pluggable.php 581

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