File: bp-blogs/bp-blogs-activity.php |
Description |
---|---|
bp_blogs_setup_comment_loop_globals_on_ajax() |
Set up some globals used in the activity comment loop when AJAX is used. |
bp_blogs_sync_add_from_activity_comment |
Fires after activity comments have been synced and posted as blog comments. |
bp_blogs_sync_delete_from_activity_comment() |
Deletes the blog comment when the associated activity comment is deleted. |
bp_blogs_sync_activity_edit_to_post_comment() |
Updates the blog comment when the associated activity comment is edited. |
bp_blogs_remove_activity_meta_for_trashed_comments() |
When a post is trashed, remove each comment’s associated activity meta. |
bp_blogs_new_blog_comment_query_backpat() |
Filter ‘new_blog_comment’ bp_has_activities() loop to include new- and old-style blog activity comment items. |
bp_blogs_delete_new_blog_activity_for_site() |
Deletes the ‘new_blog’ activity entry when a site is deleted. |
bp_blogs_delete_activity_for_site() |
Delete all ‘blogs’ activity items for a site when the site is deleted. |
bp_blogs_remove_post() |
Remove a blog post activity item from the activity feed. |
bp_blogs_before_remove_post |
Fires before removal of a blog post activity item from the activity feed. |