File: bp-forums/core/theme-compat.php
Description
bbp_redirect_canonical()

Remove the canonical redirect to allow pretty pagination

Source: bp-forums/core/theme-compat.php:829

bbp_remove_all_filters()

Removes all filters from a WordPress filter, and stashes them in the $bbp global in the event they need to be restored later.

Source: bp-forums/core/theme-compat.php:884

bbp_restore_all_filters()

Restores filters from the $bbp global that were removed using bbp_remove_all_filters()

Source: bp-forums/core/theme-compat.php:936

bbp_set_theme_compat_original_template()

Set the theme compat original_template global

Source: bp-forums/core/theme-compat.php:242

bbp_is_theme_compat_original_template()

Set the theme compat original_template global

Source: bp-forums/core/theme-compat.php:256

bbp_get_theme_compat_version()

Gets the version of the Forums compatable theme used, in the event the currently active WordPress theme does not explicitly support Forums.

Source: bp-forums/core/theme-compat.php:145

bbp_get_theme_compat_dir()

Gets the Forums compatable theme used in the event the currently active WordPress theme does not explicitly support Forums. This can be filtered, or set manually. Tricky theme authors can override the default and include their own Forums compatibility layers for their themes.

Source: bp-forums/core/theme-compat.php:159

bbp_get_theme_compat_url()

Gets the Forums compatable theme used in the event the currently active WordPress theme does not explicitly support Forums. This can be filtered, or set manually. Tricky theme authors can override the default and include their own Forums compatibility layers for their themes.

Source: bp-forums/core/theme-compat.php:173

bbp_is_theme_compat_active()

Gets true/false if page is currently inside theme compatibility

Source: bp-forums/core/theme-compat.php:183

bbp_set_theme_compat_active()

Sets true/false if page is currently inside theme compatibility

Source: bp-forums/core/theme-compat.php:200