@since: BuddyPress 2.5.0 |
Description |
|---|---|
| BP_Email::get_subject() |
Get the email subject. |
| 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. |
| BP_Email::get_content_html() |
Get the email content (in HTML). |
| BP_Email::get_content_plaintext() |
Get the email content (in plaintext). |
| BP_Email::get_content_type() |
Get the email content type (HTML or plain text) that the email will be sent in. |
| BP_Email |
Represents an email that will be sent to member(s). |
| BP_Email::__construct() |
Constructor. |
| bp_email |
Fires inside __construct() method for BP_Email class. |