@since: BuddyPress 2.5.0 |
Description |
---|---|
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. |
BP_Email::set_post_object() |
Set the Post object containing the email content template. |
bp_email_set_post_object |
Filters the new value of the email’s “post object” property. |
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_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. |