bbp_is_template_included ()
是否包含论坛模板?
描述
返回
(保龄球)是则为True,否则为false
源
文件:bp-forums /核心/ template-loader.php
函数bbp_is_template_included() {return !空(bbpress () - > theme_compat - > bbpress_template);}
更新日志
版本 | 描述 |
---|---|
bbPress (r4975) | 介绍了。 |
是否包含论坛模板?
(保龄球)是则为True,否则为false
文件:bp-forums /核心/ template-loader.php
函数bbp_is_template_included() {return !空(bbpress () - > theme_compat - > bbpress_template);}
版本 | 描述 |
---|---|
bbPress (r4975) | 介绍了。 |
使用 | 描述 |
---|---|
bp-forums /类/ class-bbpress.php:bbpress () | 负责向所有函数返回一个真正的bbPress实例的主函数。 |
所使用的 | 描述 |
---|---|
bp-forums /核心/ theme-compat.php:bbp_template_include_theme_compat () | 重置主查询变量并过滤' the_content '以根据需要输出论坛模板部分。 |