File: bp-friends/bp-friends-template.php |
Description |
---|---|
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. |
bp_get_mutual_friendships |
Filters the total mutual connections for a user. |
bp_friend_friendship_id() |
Output the ID of the friendship between the logged-in user and the current user in the loop. |
bp_get_friend_friendship_id() |
Return the ID of the friendship between the logged-in user and the current user in the loop. |
bp_get_friend_friendship_id |
Filters the ID of the friendship between the logged in user and the current user in the loop. |
bp_potential_friend_id() |
Output the ID of the current user in the friend request loop. |
bp_get_potential_friend_id() |
Return the ID of current user in the friend request loop. |
bp_get_potential_friend_id |
Filters the ID of current user in the friend request loop. |