bp_is_group_leaders ()
当前页面是群组领导页面吗?
描述
返回
(保龄球)如果当前页面是组成员页面的一部分,则为True。
源
文件:bp-core / bp-core-template.php
函数bp_is_group_leaders() {$retval = false;If (bp_is_single_item() && bp_is_groups_component() && 'leaders' == bp_action_variable(0)) {$retval = true;}返回retval美元;}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | 介绍了。 |