@since: BuddyPress 2.5.0 |
Description |
---|---|
BP_Email::set_to() |
Set the email’s “to” address and name. |
bp_email_set_to |
Filters the new value of the email’s “to” property. |
BP_Email::set_tokens() |
Set token names and replacement values for this email. |
bp_email_set_tokens |
Filters the new value of the email’s “tokens” property. |
BP_Email::validate() |
Check that we’d be able to send this email. |
bp_email_validate |
Filters whether the email passes basic validation checks. |
bp_email_set_post_object |
Filters the new value of the email’s “post object” property. |
BP_Email::set_reply_to() |
Set the email’s “reply to” address and name. |
bp_email_set_reply_to |
Filters the new value of the email’s “reply to” property. |
bp_email_set_content_html |
Filters the new value of the email’s “content” property (HTML). |