File: bp-activity/bp-activity-functions.php |
Description |
|---|---|
| bp_activity_delete_for_user_by_component() |
Delete a user’s activity for a component. |
| bp_activity_delete_comment() |
Delete an activity comment. |
| bp_activity_delete_comment_pre |
Filters whether BuddyPress should delete an activity comment or not. |
| bp_activity_delete_comment |
Fires at the end of the deletion of an activity comment, before returning success. |
| bp_activity_delete_children() |
Delete an activity comment’s children. |
| bp_activity_delete |
Fires after the activity item has been deleted. |
| bp_activity_deleted_activities |
Fires after the activity item has been deleted. |
| 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_new_comment() |
Add an activity comment. |