File: bp-activity/bp-activity-functions.php |
Description |
|---|---|
| bp_activity_delete_by_activity_id() |
Delete an activity item by activity id. |
| bp_activity_delete_by_content() |
Delete an activity item by its content. |
| 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_comment_posted_notification_skipped |
Fires near the end of an activity comment posting, before the returning of the comment ID. |
| bp_activity_get_activity_id() |
Fetch the activity_id for an existing activity entry in the DB. |
| bp_activity_get_activity_id |
Filters the activity ID being requested. |