File: bp-core/bp-core-theme-compatibility.php |
Description |
---|---|
bp_restore_all_filters() |
Restore filters that were removed using bp_remove_all_filters(). |
bp_comments_open() |
Force comments_status to ‘closed’ for BuddyPress post types. |
bp_force_comment_status |
Filters whether or not to force comments_status to closed for BuddyPress post types. |
bp_theme_compat_toggle_is_page() |
Do not allow {@link comments_template()} to render during theme compatibility. |
bp_theme_compat_loop_end() |
Restores the ‘is_single’ and ‘is_page’ flags if toggled by BuddyPress. |
bp_check_theme_template_pack_dependency() |
Maybe override the preferred template pack if the theme declares a dependency. |
bp_remove_all_filters() |
Remove all filters from a WordPress filter hook. |
bp_do_theme_compat() |
Are we currently replacing the_content? |
bp_set_theme_compat_templates() |
Set the theme compat templates global. |
bp_set_theme_compat_template() |
Set the theme compat template global. |