File: bp-core/bp-core-theme-compatibility.php
Description
bp_remove_all_filters()

Remove all filters from a WordPress filter hook.

Source: bp-core/bp-core-theme-compatibility.php:733

bp_restore_all_filters()

Restore filters that were removed using bp_remove_all_filters().

Source: bp-core/bp-core-theme-compatibility.php:788

bp_comments_open()

Force comments_status to ‘closed’ for BuddyPress post types.

Source: bp-core/bp-core-theme-compatibility.php:838

bp_force_comment_status

Filters whether or not to force comments_status to closed for BuddyPress post types.

Source: bp-core/bp-core-theme-compatibility.php:851

bp_theme_compat_toggle_is_page()

Do not allow {@link comments_template()} to render during theme compatibility.

Source: bp-core/bp-core-theme-compatibility.php:873

bp_theme_compat_loop_end()

Restores the ‘is_single’ and ‘is_page’ flags if toggled by BuddyPress.

Source: bp-core/bp-core-theme-compatibility.php:895

bp_check_theme_template_pack_dependency()

Maybe override the preferred template pack if the theme declares a dependency.

Source: bp-core/bp-core-theme-compatibility.php:918

bp_do_theme_compat()

Are we currently replacing the_content?

Source: bp-core/bp-core-theme-compatibility.php:710

bp_replace_the_content

Filters the content to replace in the post.

Source: bp-core/bp-core-theme-compatibility.php:683

bp_set_theme_compat_templates()

Set the theme compat templates global.

Source: bp-core/bp-core-theme-compatibility.php:270