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 | 介绍了。 |