File: bp-activity/classes/class-bp-activity-activity.php |
Description |
|---|---|
| bp_activity_comments_user_join_filter |
Filters the MySQL prepared statement for the legacy activity query. |
| BP_Activity_Activity::rebuild_activity_comment_tree() |
Rebuild nested comment tree under an activity or activity comment. |
| BP_Activity_Activity::generate_action_strings() |
Generate action strings for the activities located in BP_Activity_Activity::get(). |
| BP_Activity_Activity::get_meta_query_sql() |
Get the SQL for the ‘meta_query’ param in BP_Activity_Activity::get(). |
| 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. |