@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. |
bp_activity_post_type_remove_comment |
Fires after the custom post type comment activity was removed. |
bp_activity_comment_posted_notification_skipped |
Fires near the end of an activity comment posting, before the returning of the comment ID. |
bp_activity_post_type_comment |
Fires after the publishing of an activity item for a newly published post type post. |
bp_activity_post_type_comment() |
Create an activity item for a newly posted post type comment. |
bp_activity_post_type_is_post_status_allowed |
Filters whether to publish activities about the comment regarding the post status |
bp_activity_{$post_type}_pre_comment |
Filters whether or not to post the activity about the comment. |
bp_activity_format_activity_action_custom_post_type_comment() |
Format activity action strings for custom post types comments. |
bp_activity_custom_post_type_comment_action |
Filters the formatted custom post type activity comment action string. |
bp_activity_type_supports() |
Check if the *Post Type* activity supports a specific feature. |