File: bp-activity/classes/class-bp-activity-activity.php |
Description |
---|---|
BP_Activity_Activity::get_date_query_sql() |
Get the SQL for the ‘date_query’ param in BP_Activity_Activity::get(). |
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_get_user_join_filter |
Filters the legacy MySQL query statement so plugins can alter before results are fetched. |
bp_activity_paged_activities_sql |
Filters the paged activities MySQL statement. |
bp_activity_total_activities_sql |
Filters the total activities MySQL statement. |