@since: BuddyPress 2.5.0 |
Description |
|---|---|
| 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). |
| BP_Email::set_content_plaintext() |
Set the email content (plain text). |
| bp_email_set_content_plaintext |
Filters the new value of the email’s “content” property (plain text). |
| BP_Email::set_content_type() |
Set the content type (HTML or plain text) to send the email in. |
| bp_email_set_content_type |
Filters the new value of the email’s “content type” property. |
| BP_Email::get_template() |
Get the email template (the HTML wrapper around the email content). |
| BP_Email::get_to() |
Get the email’s “to” address and name. |
| BP_Email::get_tokens() |
Get token names and replacement values for this email. |