bp_is_group_home ()
当前页面是单个组的主页吗?
描述
URL将取决于哪个组标签被设置为“家”。默认情况下,它是组最近的活动。
返回
(保龄球)如果当前页面是单个组的主页,则为。
源
文件:bp-core / bp-core-template.php
函数bp_is_group_home() {if (bp_is_single_item() && bp_is_group_component () && (!Bp_current_action () || bp_is_current_action('home')) {return true;}返回false;}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.1.0 | 介绍了。 |