文件:bp-core / bp-core-theme-compatibility.php
|
描述 |
---|---|
bp_remove_all_filters () |
移除WordPress过滤器钩子中的所有过滤器。 |
bp_restore_all_filters () |
恢复过滤器已删除使用bp_remove_all_filters (). |
bp_comments_open () |
强制comments_status为“关闭”的BuddyPress帖子类型。 |
bp_force_comment_status |
过滤是否强制关闭BuddyPress文章类型的comments_status。 |
bp_theme_compat_toggle_is_page () |
不允许{@link comments_template()}在主题兼容性期间渲染。 |
bp_theme_compat_loop_end () |
如果使用BuddyPress切换,则恢复' is_single '和' is_page '标志。 |
bp_check_theme_template_pack_dependency () |
如果主题声明了一个依赖项,可能会覆盖首选的模板包。 |
bp_do_theme_compat () |
我们正在替换the_content吗? |
bp_register_theme_package () |
在活动主题包数组中注册一个新的BuddyPress主题包。 |
bp_theme_compat_reset_post () |
用虚拟数据填充各种WordPress全局变量以防止错误。 |