bp_get_group_current_admin_tab ()

返回当前组admin选项卡。

描述

返回

(字符串)当前标签的蛞蝓。

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

函数bp_get_group_current_admin_tab() {if (bp_is_group_component () && bp_is_current_action('admin')) {$tab = bp_action_variable(0);} else {$tab = "; ";} /** *过滤当前组admin标签。* * @since BuddyPress 1.6.0 * * @param string $tab当前组admin标签。*/返回apply_filters('bp_get_current_group_admin_tab', $tab);}

更新日志

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

问题吗?

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