File: bp-blogs/bp-blogs-activity.php |
Description |
---|---|
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. |
bp_blogs_format_activity_action_new_blog_comment |
Filters the new blog comment action for the new blog. |
bp_blogs_prefetch_activity_object_data() |
Fetch data related to blogs at the beginning of an activity loop. |
bp_blogs_record_activity() |
Record blog-related activity to the activity feed. |
bp_blogs_register_activity_actions() |
Register activity actions for the blogs component. |
bp_blogs_register_activity_actions |
Fires after the registry of the default blog component activity actions. |
bp_blogs_register_post_tracking_args() |
Set up the tracking arguments for the ‘post’ post type. |
bp_blogs_record_comment_post_types |
Filters the post types to track for the Blogs component. |
bp_blogs_format_activity_action_new_blog() |
Format ‘new_blog’ activity actions. |
bp_blogs_format_activity_action_new_blog |
Filters the new blog activity action for the new blog. |