Methods |
Description |
---|---|
BP_Email_Tokens::set_tokens() |
Set email tokens |
BP_Email_Tokens::token__activity_reply() |
Generate the output for token activity_reply |
BP_Email_Tokens::token__discussion_content() |
Generate the output for token discussion.content |
BP_Email_Tokens::token__group_card() |
Generate the output for token group.card |
BP_Email_Tokens::token__group_card_small() |
Generate the output for token group.small_card |
BP_Email_Tokens::token__group_description() |
Generate the output for token group.description |
BP_Email_Tokens::token__group_invite_message() |
Generate the output for token group.invite_message |
BP_Email_Tokens::token__member_card_small() |
Generate the output for token member.card |
BP_Email_Tokens::token__message() |
Generate the output for token message |
BP_Email_Tokens::token__poster_url() |
Generate the output for token poster.url |
BP_Email_Tokens::token__reply_content() |
Generate the output for token reply_content |
BP_Email_Tokens::token__sender_url() |
Generate the output for token sender.url |
BP_Email_Tokens::token__status_update() |
Generate the output for token status_update |
BP_Email::__construct() |
Constructor. |
BP_Email::get() |
Getter function to expose object properties. |
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::get_from() |
Get the email’s “from” address and name. |
BP_Email::get_headers() |
Get email headers. |
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_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_tokens() |
Get token names and replacement values for this email. |
BP_Email::set_bcc() |
Set the email’s “bcc” address and name. |
BP_Email::set_cc() |
Set the email’s “cc” address and name. |
BP_Email::set_content_html() |
Set the email content (HTML). |
BP_Email::set_content_plaintext() |
Set the email content (plain text). |
BP_Email::set_content_type() |
Set the content type (HTML or plain text) to send the email in. |
BP_Email::set_from() |
Set the email’s “from” address and name. |
BP_Email::set_headers() |
Set email headers. |
BP_Email::set_post_object() |
Set the Post object containing the email content template. |
BP_Email::set_reply_to() |
Set the email’s “reply to” address and name. |
BP_Email::set_subject() |
Set the email subject. |
BP_Email::set_template() |
Set the email template (the HTML wrapper around the email content). |
BP_Email::set_to() |
Set the email’s “to” address and name. |
BP_Email::set_tokens() |
Set token names and replacement values for this email. |
BP_Email::validate() |
Check that we’d be able to send this email. |
BP_Embed::__construct() |
Constructor |
BP_Embed::autoembed() |
Passes any unlinked URLs that are on their own line to WP_Embed::shortcode() for potential embedding. |
BP_Embed::parse_oembed() |
Base function so BP components/plugins can parse links to be embedded. |
BP_Embed::shortcode() |
The {@link do_shortcode()} callback function. |
BP_Export::easy_readable() |
Convert serialized meta to readable data. |
BP_Export::hooks() |
Register erase and export hooks. |
BP_Export::process_eraser_callback() |
Process delete callback |