Namespaces: global |
Description |
|---|---|
| bp_friends_format_activity_action_friendship_accepted() |
Format ‘friendship_accepted’ activity actions. |
| bp_friends_format_activity_action_friendship_created() |
Format ‘friendship_created’ activity actions. |
| 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. |
| 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)? |
| 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. |