File: bp-friends/bp-friends-functions.php |
Description |
---|---|
friends_notification_new_request() |
Send notifications related to a new friendship request. |
friends_notification_accepted_request() |
Send notifications related to the acceptance of a connection request. |
friends_remove_data() |
Remove all friends-related data concerning a given user. |
friends_before_remove_data |
Fires before deletion of friend-related data for a given user. |
friends_remove_data |
Fires after deletion of friend-related data for 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)? |
friends_update_friend_totals() |
Update user friend counts. |
friends_get_newest() |
Get a user’s friends, in the order in which they joined the site. |