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

Remove “prev” and “next” relational links from on bbPress pages.

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

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_force_comment_status()

Force comments_status to ‘closed’ for Forums post types

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

BBP_Theme_Compat

Theme Compatibility base class

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

BBP_Theme_Compat::__construct()

Pass the $properties to the object on creation.

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

BBP_Theme_Compat::__set()

Set a theme’s property.

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

BBP_Theme_Compat::__get()

Get a theme’s property.

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

bbp_register_theme_package()

Register a new Forums theme package to the active theme packages array

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

bbp_theme_compat_reset_post()

This fun little function fills up some WordPress globals with dummy data to stop your average page template from complaining about it missing.

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