File: bp-core/classes/class-bp-email.php |
Description |
---|---|
BP_Email::get_content_plaintext() |
Get the email content (in plaintext). |
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. |
BP_Email::get() |
Getter function to expose object properties. |
bp_email_get_{$property_name} |
Filters the value of the specified email property before transformation. |
bp_email_get_property |
Filters the value of the specified email $property after transformation. |
BP_Email::get_headers() |
Get email headers. |