File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_pre_transition_post_type_comment_status |
Leave a chance to plugins to manage activity comments differently. |
bp_start_following() |
Start following a user’s activity. |
bp_stop_following() |
Stop following a user’s activity. |
bp_activity_comment_embed() |
Set up activity oEmbed cache while recursing through activity comments. |
bp_dtheme_embed_read_more() |
When a user clicks on a “Read More” item, make sure embeds are correctly parsed and shown for the expanded content. |
bp_activity_comment_embed_after_recurse() |
Clean up ’embed_post_id’ filter after comment recursion. |
bp_embed_activity_cache() |
Fetch an activity item’s cached embeds. |
bp_embed_activity_save_cache() |
Set an activity item’s embed cache. |
bp_activity_oembed_dataparse() |
Cache full oEmbed response from oEmbed. |
bp_activity_new_comment_notification() |
Send email and BP notifications when an activity item receives a comment. |