@since: BuddyPress 2.5.0 |
Description |
|---|---|
| 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_get_email_post |
Filters arguments used to create the BP_Email object. |
| bp_get_email |
Filters the BP_Email object returned by bp_get_email(). |
| bp_send_email() |
Send email, similar to WordPress’ wp_mail(). |
| 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. |
| bp_get_email_post_type_labels |
Filters email post type labels. |