wp_mail_from

Advertisement

Summery Summery

Filters the email address to send from.

Syntax Syntax

apply_filters( 'wp_mail_from', string $from_email )

Parameters Parameters

$from_email

Email address to send from.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Advertisement

Leave a Reply