File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_post_type_unpublished |
Fires after the unpublishing for the custom post type. |
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_post_type_comment |
Fires after the publishing of an activity item for a newly published post type post. |
bp_activity_new_update_primary_link |
Filters the activity primary link for current activity item. |
bp_activity_latest_update_content |
Filters the latest update content for the activity item. |
bp_activity_posted_update |
Fires at the end of an activity post update, before returning the updated activity item ID. |
bp_activity_post_type_publish() |
Create an activity item for a newly published post type post. |
bp_activity_format_activity_action_custom_post_type_post() |
Format activity action strings for custom post types. |