File: bp-blogs/bp-blogs-activity.php
Description
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_record_activity_action

Filters the action associated with activity for activity feed.

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

bp_blogs_record_activity_content

Filters the content associated with activity for activity feed.

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

bp_blogs_delete_activity()

Delete a blog-related activity feed item.

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

bp_blogs_comments_open()

Check if a blog post’s activity item should be closed from commenting.

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

bp_blogs_record_activity_on_site_creation()

Add an activity entry for a newly-created site.

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

bp_blogs_activity_created_blog_primary_link

Filters the activity created blog primary link.

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

bp_blogs_format_activity_action_new_blog_comment()

Format ‘new_blog_comment’ activity actions.

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

bp_blogs_activity_new_comment_action

When the comment is published we are faking an activity object to which we add 4 properties : – the post url – the post title – the blog url – the blog name This is done to build the ‘post link’ part of the activity action string.

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