@since: BuddyPress 2.5.0 |
Description |
---|---|
bp_get_email |
Filters the BP_Email object returned by bp_get_email(). |
bp_send_email() |
Send email, similar to WordPress’ wp_mail(). |
bp_email_use_wp_mail |
Filter this to skip BP’s email handling and instead send everything to wp_mail(). |
bp_send_email_delivery_class |
Filter the email delivery class. |
bp_send_email_failure |
Fires after BuddyPress has tried – and failed – to send an email. |
bp_send_email_success |
Fires after BuddyPress has succesfully sent an email. |
bp_get_email_tax_type() |
Return the name of the email type taxonomy. |
bp_get_email_tax_type |
Filters the name of the email type taxonomy. |
bp_get_email_tax_type_labels() |
Return labels used by the email type taxonomy. |
bp_get_email_tax_type_labels |
Filters email type taxonomy labels. |