File: bp-friends/classes/class-bp-friends-friendship.php |
Description |
---|---|
BP_Friends_Friendship::get_friendships() |
Get the friendships for a given user. |
BP_Friends_Friendship::get_friendship_ids_for_user() |
Get all friendship IDs for a user. |
BP_Friends_Friendship::get_friend_user_ids() |
Get the IDs of a given user’s friends. |
BP_Friends_Friendship::get_friendship_id() |
Get the ID of the friendship object, if any, between a pair of users. |
BP_Friends_Friendship::get_friendship_request_user_ids() |
Get a list of IDs of users who have requested friendship of a given user. |
BP_Friends_Friendship::total_friend_count() |
Get a total friend count for a given user. |
BP_Friends_Friendship::search_friends() |
Search the friends of a user by a search string. |
BP_Friends_Friendship::check_is_friend() |
Check friendship status between two users. |
BP_Friends_Friendship::update_bp_friends_cache() |
Find uncached friendships between a user and one or more other users and cache them. |
BP_Friends_Friendship::get_bulk_last_active() |
Get the last active date of many users at once. |