@since: BuddyPress 2.5.0 |
Description |
---|---|
bp_email_set_default_headers() |
Add custom headers to outgoing emails. |
bp_email_set_default_tokens() |
Add default email tokens. |
bp_core_render_email_template() |
Find and render the template for Email posts (the Customizer and admin previews). |
bp_core_render_email_template |
Filter template used to display Email posts. |
bp_email_plaintext_entity_decode() |
Decode HTML entities for plain-text emails. |
bp_locate_template_and_load |
Filter here to allow/disallow template loading. |
bp_activity_post_type_edit_{$post->post_type} |
Fires when editing the post and the new status is not ‘publish’. |
bp_activity_post_type_transition_status_{$post->post_type} |
Fires when the old and the new post status are not ‘publish’. |
bp_activity_transition_post_type_comment_status() |
When a post type comment status transition occurs, update the relevant activity’s status. |
bp_activity_pre_transition_post_type_comment_status |
Leave a chance to plugins to manage activity comments differently. |