WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_mail_from

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 394 /**
* Filters the email address to send from.
*
* @since 2.2.0
*
* @param string $from_email Email address to send from.
*/

Hook Parameters

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