friends_check_friendship_status (intuser_id美元intpossible_friend_id美元

获得两个朋友的友谊状态。

描述

将返回' is_friends ', ' not_friends ', ' pending '或' awaiting_response '。

参数

user_id美元

int(必需)第一个用户的ID。

possible_friend_id美元

int(必需)其他用户ID。

返回

(字符串)两个用户的好友状态。

文件:bp-friends / bp-friends-functions.php

函数friends_check_friendship_status($user_id, $possible le_friend_id) {global $members_template;//首先检查BP_User_Query // @see bp_friends_filter_user_query_populate_extras()。如果(!Empty ($members_template->in_the_loop)) {if (isset($members_template->member->friendship_status)) {return $members_template->member->friendship_status;}} return BP_Friends_Friendship::check_is_friend($user_id, $possible_friend_id);}

更新日志

更新日志
版本 描述
BuddyPress 1.2.0 介绍了。

问题吗?

我们总是很高兴帮助您处理代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队