apply_filters( 'wp_mail_from', string $from_email )

Filters the email address to send from.


Description


Parameters

$from_email

(string) Email address to send from.


Top ↑

Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog

Version Description
2.2.0 Introduced.