File: bp-blogs/bp-blogs-activity.php
Description
bp_blogs_setup_activity_loop_globals()

Utility function to set up some variables for use in the activity loop.

Source: bp-blogs/bp-blogs-activity.php:1207

bp_blogs_delete_new_blog_activity_for_site()

Deletes the ‘new_blog’ activity entry when a site is deleted.

Source: bp-blogs/bp-blogs-activity.php:719

bp_blogs_delete_activity_for_site()

Delete all ‘blogs’ activity items for a site when the site is deleted.

Source: bp-blogs/bp-blogs-activity.php:746

bp_blogs_remove_post()

Remove a blog post activity item from the activity feed.

Source: bp-blogs/bp-blogs-activity.php:768

bp_blogs_before_remove_post

Fires before removal of a blog post activity item from the activity feed.

Source: bp-blogs/bp-blogs-activity.php:794

bp_blogs_remove_post

Fires after removal of a blog post activity item from the activity feed.

Source: bp-blogs/bp-blogs-activity.php:814

bp_blogs_sync_add_from_activity_comment()

Syncs activity comments and posts them back as blog comments.

Source: bp-blogs/bp-blogs-activity.php:834

bp_blogs_sync_add_from_activity_comment

Fires after activity comments have been synced and posted as blog comments.

Source: bp-blogs/bp-blogs-activity.php:939

bp_blogs_sync_delete_from_activity_comment()

Deletes the blog comment when the associated activity comment is deleted.

Source: bp-blogs/bp-blogs-activity.php:959

bp_blogs_sync_activity_edit_to_post_comment()

Updates the blog comment when the associated activity comment is edited.

Source: bp-blogs/bp-blogs-activity.php:1011