@since: BuddyPress 2.5.0
Description
bp_activity_post_type_remove_comment()

Remove an activity item when a comment about a post type is deleted.

Source: bp-activity/bp-activity-functions.php:2879

bp_activity_post_type_remove_comment

Fires after the custom post type comment activity was removed.

Source: bp-activity/bp-activity-functions.php:2931

bp_activity_comment_posted_notification_skipped

Fires near the end of an activity comment posting, before the returning of the comment ID.

Source: bp-activity/bp-activity-functions.php:3107

bp_activity_post_type_comment

Fires after the publishing of an activity item for a newly published post type post.

Source: bp-activity/bp-activity-functions.php:2863

bp_activity_post_type_comment()

Create an activity item for a newly posted post type comment.

Source: bp-activity/bp-activity-functions.php:2683

bp_activity_post_type_is_post_status_allowed

Filters whether to publish activities about the comment regarding the post status

Source: bp-activity/bp-activity-functions.php:2730

bp_activity_{$post_type}_pre_comment

Filters whether or not to post the activity about the comment.

Source: bp-activity/bp-activity-functions.php:2767

bp_activity_format_activity_action_custom_post_type_comment()

Format activity action strings for custom post types comments.

Source: bp-activity/bp-activity-functions.php:1916

bp_activity_custom_post_type_comment_action

Filters the formatted custom post type activity comment action string.

Source: bp-activity/bp-activity-functions.php:1954

bp_activity_type_supports()

Check if the *Post Type* activity supports a specific feature.

Source: bp-activity/bp-activity-functions.php:641