apply_filters( 'bp_email_set_reply_to', BP_Email_Recipient $reply_to, string|array|int|WP_User $email_address, string $name, BP_Email $this )

Filters the new value of the email’s “reply to” property.


Description Description


Parameters Parameters

$reply_to

"Reply to" recipient.

$email_address

Either a email address, user ID, WP_User object, or an array containing any combination of the above.

$name

If $email_address is a string, this is the recipient's name.

$this

Current instance of the email type class.


Top ↑

Source Source

File: bp-core/classes/class-bp-email.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.