bp_is_my_profile ()

当前页面是登录用户的配置文件的一部分吗?

描述

将返回true的任何子页面的登录用户的个人资料,例如http://example.com/members/joe/friends/

返回

(保龄球)如果当前页面是登录用户的配置文件的一部分,则为True。

文件:bp-core / bp-core-template.php

函数bp_is_my_profile() {if (is_user_logged_in() && bp_loggedin_user_id() == bp_displayed_user_id()) {$my_profile = true;} else {$my_profile = false;} /** *过滤当前页面是否为登录用户的配置文件的一部分。* * @since BuddyPress 1.2.4 * * @param bool $my_profile当前页面是否是登录用户的配置文件的一部分。*/返回apply_filters('bp_is_my_profile', $my_profile);}

更新日志

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

问题吗?

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