File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_post_type_updated |
Fires after the updating of an activity item for a custom post type entry. |
bp_activity_post_type_unpublish() |
Unpublish an activity for the custom post type. |
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_add() |
Add an activity item. |
bp_activity_add |
Fires at the end of the execution of adding a new activity item, before returning the new activity item ID. |
bp_activity_post_update() |
Post an activity update. |
bp_activity_new_update_content |
Filters the new activity content for current activity item. |
bp_activity_new_update_primary_link |
Filters the activity primary link for current activity item. |