@since: BuddyPress 2.5.0 |
Description |
---|---|
BP_Email::set_template() |
Set the email template (the HTML wrapper around the email content). |
bp_email_set_template |
Filters the new value of the template email property. |
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::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::set_from() |
Set the email’s “from” address and name. |
bp_email_set_from |
Filters the new value of the email’s “from” property. |