File: bp-activity/classes/class-bp-activity-activity.php |
Description |
---|---|
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. |
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_get_where_conditions |
Filters the MySQL WHERE conditions for the Activity items get method. |
bp_activity_get_join_sql |
Filter the MySQL JOIN clause for the main activity query. |
bp_use_legacy_activity_query |
Filters if BuddyPress should use the legacy activity query. |