@since: BuddyPress 1.7.0 |
Description |
---|---|
bp_activity_types_list() |
Echo a list of all registered activity types for use in dropdowns or checkbox lists. |
bp_activity_types_list_{$output} |
Fires at the end of the listing of activity types. |
bp_activity_comments_user_avatars() |
Echo a list of linked avatars of users who have commented on the current activity item. |
bp_activity_comments_user_avatars |
Filters the list of linked avatars for users who have commented on the current activity item. |
bp_activity_get_comments_user_ids() |
Return the IDs of every user who’s left a comment on the current activity item. |
bp_get_activity_parent_user_id() |
Return the parent activity’s user ID. |
bp_get_activity_parent_user_id |
Filters the activity parent item’s user ID. |
bp_activity_parent_user_id() |
Output the parent activity’s user ID. |
bp_get_activity_secondary_avatar_link |
Filters the secondary avatar link for current activity. |