File: bp-activity/classes/class-bp-activity-activity.php |
Description |
---|---|
BP_Activity_Activity::get_sitewide_items_for_feed() |
Get sitewide activity items for use in an RSS feed. |
BP_Activity_Activity::get_in_operator_sql() |
Create SQL IN clause for filter queries. |
bp_activity_set_{$scope}_scope_args |
Plugins can hook here to set their activity arguments for custom scopes. |
BP_Activity_Activity::get_specific() |
In BuddyPress 1.2.x, this was used to retrieve specific activity feed items (for example, on an activity’s permalink page). |
BP_Activity_Activity::get_id() |
Get the first activity ID that matches a set of criteria. |
BP_Activity_Activity::delete() |
Delete activity items from the database. |
bp_activity_before_delete |
Action to allow intercepting activity items to be deleted. |
bp_activity_after_delete |
Action to allow intercepting activity items just deleted. |
BP_Activity_Activity::delete_activity_item_comments() |
Delete the comments associated with a set of activity items. |
BP_Activity_Activity::delete_activity_meta_entries() |
Delete the meta entries associated with a set of activity items. |