File: bp-core/bp-core-theme-compatibility.php |
Description |
---|---|
bp_replace_the_content |
Filters the content to replace in the post. |
bp_set_theme_compat_active() |
Set the flag that tells whether the current page is using theme compatibility. |
bp_detect_theme_compat_with_current_theme() |
Set our flag to determine whether theme compat should be enabled. |
bp_is_theme_compat_active() |
Is the current page using theme compatibility? |
bp_setup_theme_compat() |
Set up the default theme compat theme. |
bp_get_theme_compat_id() |
Get the ID of the theme package being used. |
bp_get_theme_compat_id |
Filters the ID of the theme package being used. |
bp_get_theme_compat_name() |
Get the name of the theme package being used. |
bp_get_theme_compat_name |
Filters the name of the theme package being used. |
bp_get_theme_compat_version() |
Get the version of the theme package being used. |