@package: BuddyBossActivity |
Description |
|---|---|
| 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. |
| BP_Activity_Activity::append_comments() |
Append activity comments to their associated activity items. |
| BP_Activity_Activity::prefetch_object_data() |
Pre-fetch data for objects associated with activity items. |
| bp_activity_prefetch_object_data |
Filters inside prefetch_object_data method to aid in pre-fetching object data associated with activity item. |
| 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. |