File: bp-activity/bp-activity-functions.php |
Description |
---|---|
bp_activity_{$post->post_type}_pre_publish |
Filters whether or not to post the activity. |
bp_activity_custom_post_type_post_action |
Filters the formatted custom post type activity post action string. |
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_get() |
Retrieve an activity or activities. |
bp_activity_get |
Filters the requested activity item(s). |
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. |