apply_filters( 'bp_email_set_to', BP_Email_Recipient[] , string $to_address , string $name , string $operation , BP_Email $this )
Filters the new value of the email’s “to” property.
Description
Parameters
-
"To" recipients.
- $to_address
-
"To" address.
- $name
-
"To" name.
- $operation
-
If "replace", $to_address replaced previous recipients. If "add", $to_address was added to the array of recipients.
- $this
-
Current instance of the email type class.
Source
Changelog
Version | Description |
---|---|
BuddyPress 2.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.