File: bp-activity/classes/class-bp-activity-activity.php |
Description |
---|---|
BP_Activity_Activity::get_recorded_components() |
Get a list of components that have recorded activity associated with them. |
BP_Activity_Activity::get_sitewide_items_for_feed() |
Get sitewide activity items for use in an RSS feed. |
BP_Activity_Activity::get_scope_query_sql() |
Get the SQL for the ‘scope’ param in BP_Activity_Activity::get(). |
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. |