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. |
bp_blogs_remove_post |
Fires after removal of a blog post activity item from the activity feed. |
bp_blogs_record_activity_action |
Filters the action associated with activity for activity feed. |
bp_blogs_record_activity_content |
Filters the content associated with activity for activity feed. |
bp_blogs_delete_activity() |
Delete a blog-related activity feed item. |
bp_blogs_comments_open() |
Check if a blog post’s activity item should be closed from commenting. |
bp_blogs_record_activity_on_site_creation() |
Add an activity entry for a newly-created site. |
bp_blogs_activity_created_blog_primary_link |
Filters the activity created blog primary link. |
bp_blogs_format_activity_action_new_blog_comment() |
Format ‘new_blog_comment’ activity actions. |
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. |