bbp_get_tab_index (intauto_increment美元=真正的)
输出给定表单的当前选项卡索引
描述
使用此函数可处理模板文件中面向用户的表单的选项卡索引。默认情况下,调用此函数将自动增加全局制表符索引。
参数
- auto_increment美元
-
(int)(可选)设置为false以防止自增
默认值:真
返回
(int)$bbp->tab_index全局制表符索引
源
文件:bp-forums /共同/ template.php
函数bbp_get_tab_index($auto_increment = true) {$bbp = bbpress();If (true === $auto_increment) ++$bbp->tab_index;返回apply_filters('bbp_get_tab_index', (int) $bbp->tab_index);}
更新日志
版本 | 描述 |
---|---|
bbPress (r2810) | 介绍了。 |