File: bp-friends/bp-friends-template.php |
Description |
|---|---|
| bp_get_potential_friend_id |
Filters the ID of current user in the friend request loop. |
| bp_is_friend() |
Check whether a given user is a friend of the logged-in user. |
| bp_is_friend |
Filters the status of friendship between logged in user and given user. |
| bp_add_friend_button() |
Output the Connect button. |
| bp_get_add_friend_button() |
Create the Connect button. |
| bp_get_add_friend_button |
Filters the HTML for the add friend button. |
| bp_get_friend_ids() |
Get a comma-separated list of IDs of a user’s friends. |
| bp_get_friendship_requests() |
Get a user’s connection requests. |
| bp_get_friendship_requests |
Filters the total pending connection requests for a user. |
| bp_get_mutual_friendships() |
Get a user’s mutual connections with logged in user. |