File: bp-activity/classes/class-bp-activity-activity.php |
Description |
|---|---|
| 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. |
| 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. |
| BP_Activity_Activity::get_activity_data() |
Convert activity IDs to activity objects, as expected in template loop. |
| BP_Activity_Activity::append_user_fullnames() |
Append xProfile fullnames to an activity array. |
| BP_Activity_Activity |
Database interaction class for the BuddyBoss activity component. |
| BP_Activity_Activity::__construct() |
Constructor method. |