Filter hook 'wp_mail_from'

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

Description

Filters the email address to send from.

Occurrences

Filename Line Number
wp-includes/pluggable.php 396

Parameters

Type Name Description
string $from_email Email address to send from.

PHP Doc

/**
		 * Filters the email address to send from.
		 *
		 * @since 2.2.0
		 *
		 * @param string $from_email Email address to send from.
		 */