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

Set up the tracking arguments for the ‘post’ post type.

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

bp_blogs_record_comment_post_types

Filters the post types to track for the Blogs component.

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

bp_blogs_format_activity_action_new_blog()

Format ‘new_blog’ activity actions.

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

bp_blogs_format_activity_action_new_blog

Filters the new blog activity action for the new blog.

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

bp_blogs_format_activity_action_new_blog_post()

Format ‘new_blog_post’ activity actions.

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

bp_blogs_activity_new_post_action

In case the post was published without a title or the activity meta was not found.

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

bp_blogs_format_activity_action_new_blog_post

Filters the new blog post action for the new blog.

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

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

bp_blogs_format_activity_action_new_blog_comment

Filters the new blog comment action for the new blog.

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