@since: BuddyPress 2.5.0 |
Description |
---|---|
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() |
Get an BP_Email object for the specified email type. |
bp_get_email_args |
Filters arguments used to find an email post type object. |
bp_email_post_type() |
Output the name of the email post type. |
bp_get_email_post_type() |
Returns the name of the email post type. |
bp_get_email_post_type |
Filters the name of the email post type. |
bp_get_email_post_type_labels() |
Return labels used by the email post type. |