File: bp-activity/classes/class-bp-activity-activity.php |
Description |
|---|---|
| BP_Activity_Activity::populate() |
Populate the object with data about the specific activity item. |
| BP_Activity_Activity::save() |
Save the activity item to the database. |
| 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. |