File: bp-activity/classes/class-bp-activity-activity.php |
Description |
---|---|
BP_Activity_Activity::check_exists_by_content() |
Check whether an activity item exists with a given string content. |
BP_Activity_Activity::hide_all_for_user() |
Hide all activity for a given user. |
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. |
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). |