File: bp-friends/bp-friends-functions.php |
Description |
---|---|
friends_get_recently_active() |
Get a user’s most recently active friends. |
friends_get_recently_active |
Filters a user’s most recently active friends. |
friends_get_alphabetically() |
Get a user’s friends, in alphabetical order. |
friends_get_alphabetically |
Filters a user’s friends listed in alphabetical order. |
friends_check_user_has_friends() |
Check whether a given user has any friends. |
friends_get_friendship_id() |
Get the ID of two users’ friendship, if it exists. |
friends_friendship_rejected |
Fires after a connection request is rejected. |
friends_withdraw_friendship() |
Withdraw a connection request. |
friends_friendship_withdrawn |
Fires after a connection request has been withdrawn. |
friends_check_friendship() |
Check whether two users are friends. |