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