File: bp-core/classes/class-bp-email.php |
Description |
---|---|
bp_email_set_cc |
Filters the new value of the email’s “CC” property. |
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::get_from() |
Get the email’s “from” address and name. |
BP_Email::get_post_object() |
Get the Post associated with the email. |
BP_Email::get_reply_to() |
Get the email’s “reply to” address and name. |
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. |