bp_is_group_folders ()
当前页面是组的文件夹页面吗?
描述
返回
(保龄球)如果当前页是组的文件夹页,则为True。
源
文件:bp-core / bp-core-template.php
函数bp_is_group_folders() {$retval = false;If (bp_is_active('media') && function_exists('bp_is_group_document_support_enabled') && !Bp_is_group_document_support_enabled()){返回$retval;} if (bp_is_single_item() && bp_is_groups_component() && bp_is_current_action('documents')) {$retval = true;}返回retval美元;}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.2.1 " | 介绍了。 |