wp_mail_from_name

Advertisement

Summery Summery

Filters the name to associate with the “from” email address.

Syntax Syntax

apply_filters( 'wp_mail_from_name', string $from_name )

Parameters Parameters

$from_name

Name associated with the "from" email address.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Advertisement

Leave a Reply