@since: BuddyPress 2.5.0 |
Description |
|---|---|
| BP_Email::set_bcc() |
Set the email’s “bcc” address and name. |
| bp_email_set_bcc |
Filters the new value of the email’s “BCC” property. |
| BP_Email::set_cc() |
Set the email’s “cc” address and name. |
| bp_email_set_cc |
Filters the new value of the email’s “CC” property. |
| BP_Email::set_content_html() |
Set the email content (HTML). |
| 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_bcc() |
Get the email’s “bcc” address and name. |
| BP_Email::get_cc() |
Get the email’s “cc” address and name. |
| BP_Email::get_content() |
Get the email content. |