File: bp-forums/core/theme-compat.php
Description
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

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

Setup the default theme compat theme

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

bbp_get_theme_compat_id()

Gets the name 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:117

bbp_get_theme_compat_name()

Gets the name 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:131

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