@since: BuddyPress 1.2.0 |
Description |
---|---|
bp_activity_post_update_item_id |
Filters what component the activity is being to. |
bp_activity_custom_update |
Filters activity object for BuddyPress core and plugin authors before posting activity update. |
BP_Activity_Activity::get_activity_comments() |
Get activity comments that are associated with a specific activity ID. |
BP_Activity_Activity::rebuild_activity_comment_tree() |
Rebuild nested comment tree under an activity or activity comment. |
BP_Activity_Activity::get_child_comments() |
Get child comments of an activity or activity comment. |
BP_Activity_Activity::get_recorded_components() |
Get a list of components that have recorded activity associated with them. |
BP_Activity_Activity::get_last_updated() |
Get the date/time of last recorded activity. |
BP_Activity_Activity::total_favorite_count() |
Get favorite count for a given user. |
BP_Activity_Activity::hide_all_for_user() |
Hide all activity for a given user. |
BP_Activity_Activity::append_comments() |
Append activity comments to their associated activity items. |