bbp_show_on_root (美元的违约=“论坛”)
返回搜索代码
描述
返回
(字符串)
源
Function bbp_show_on_root($default = '论坛'){return apply_filters('bbp_show_on_root', get_option('_bbp_show_on_root', $default));}
更新日志
版本 | 描述 |
---|---|
bbPress (r4932) | 介绍了。 |
返回搜索代码
(字符串)
Function bbp_show_on_root($default = '论坛'){return apply_filters('bbp_show_on_root', get_option('_bbp_show_on_root', $default));}
版本 | 描述 |
---|---|
bbPress (r4932) | 介绍了。 |
所使用的 | 描述 |
---|---|
bp-core /类/ class-bp-rest-settings-endpoint.php:BP_REST_Settings_Endpoint: get_buddyboss_platform_settings () | 获得BuddyBoss平台设置。 |
bp-core /类/ class-bp-rest-settings-endpoint.php:BP_REST_Settings_Endpoint: get_bbpress_settings () | 得到bbPress的设置。 |
bp-forums / admin / settings.php:bbp_admin_setting_callback_show_on_root () | 包括根段塞设置字段 |
bp-forums /核心/ theme-compat.php:bbp_template_include_theme_compat () | 重置主查询变量并过滤' the_content '以根据需要输出论坛模板部分。 |
bp-forums /核心/ template-functions.php:bbp_parse_query () | 将对论坛条件的检查添加到parse_query操作中 |
bp-forums /类/ class-bbpress.php:bbPress: register_post_types () | 设置论坛、主题和回复的文章类型 |