Namespaces: global |
Description |
|---|---|
| bp_friends_prefetch_activity_object_data() |
Fetch data related to friended users at the beginning of an activity loop. |
| bp_friends_filter_activity_scope() |
Set up activity arguments for use with the ‘friends’ scope. |
| bp_friends_filter_activity_just_me_scope() |
Set up activity arguments for use with the ‘just-me’ scope. |
| bp_friends_friendship_accepted_activity() |
Add activity feed items when one members accepts another members request for virtual friendship. |
| bp_friends_delete_activity_on_user_delete() |
Deletes friendship activity items when a user is deleted. |
| friends_update_friend_totals() |
Update user friend counts. |
| friends_remove_data() |
Remove all friends-related data concerning a given user. |
| bp_friends_prime_mentions_results() |
Used by the Activity component’s @mentions to print a JSON list of the current user’s friends. |
| friends_search_users() |
Return a list of a user’s friends, filtered by a search term. |
| friends_is_friendship_confirmed() |
Has a friendship been confirmed (accepted)? |