File: bp-activity/classes/class-bp-activity-activity.php |
Description |
|---|---|
| bp_activity_before_save |
Fires before the current activity item gets saved. |
| bp_activity_after_save |
Fires after an activity item has been saved to the database. |
| BP_Activity_Activity::get() |
Get activity items, as specified by parameters. |
| bp_activity_get_include_user_search |
Filters whether or not to include users for search parameters. |
| 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. |