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

bp_blogs_prefetch_activity_object_data()

Fetch data related to blogs at the beginning of an activity loop.

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

bp_blogs_record_activity()

Record blog-related activity to the activity feed.

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