bp_是用户_朋友_请求()
当前页面是用户的连接请求页面吗?
描述
回来
(布尔)如果当前页面是用户的连接请求页面,则为True。
来源
文件:bp-core/bp-core-template.php
函数bp_is_user_friends_requests(){return(bool)(bp_is_user_friends()&&bp_is_current_action('requests'));}
变更日志
版本 | 描述 |
---|---|
BuddyPress 1.5.0 | 介绍。 |
当前页面是用户的连接请求页面吗?
(布尔)如果当前页面是用户的连接请求页面,则为True。
文件:bp-core/bp-core-template.php
函数bp_is_user_friends_requests(){return(bool)(bp_is_user_friends()&&bp_is_current_action('requests'));}
版本 | 描述 |
---|---|
BuddyPress 1.5.0 | 介绍。 |
使用 | 描述 |
---|---|
bp-core/bp-core-template.php:bp_是_用户_朋友() | 当前页面是用户的连接页面吗? |
bp-core/bp-core-template.php:bp_是_当前_操作() | 检查当前页面是否与给定操作匹配。 |
被使用 | 描述 |
---|---|
bp members/bp-members-template.php:bp_有_成员() | 初始化成员循环。 |
bp-friends/classes/class-bp-friends-component.php:BP_Friends_组件::late_includes() | 后期包括方法。 |
bp templates/bp nouveau/includes/members/template-tags.php:英国石油公司新成员循环按钮() | 输出成员循环中的操作按钮 |
bp core/deprecated/buddypress/1.5.php:bp_是朋友_请求() | |
bp-core/bp-core-template.php:bp_获取_body_类() | 根据当前显示的BP内容自定义body类。 |