File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_post_type_published |
Fires after the publishing of an activity item for a newly published post type post. |
bp_activity_post_type_update() |
Update the activity item for a custom post type entry. |
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_get_specific() |
Fetch specific activity items. |
bp_activity_get_specific |
Filters the requested specific activity item. |
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. |