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_templates() |
Set the theme compat templates global. |
bp_set_theme_compat_template() |
Set the theme compat template global. |
bp_set_theme_compat_original_template() |
Set the theme compat original_template global. |
bp_set_theme_compat_feature() |
Set a theme compat feature |
bp_get_theme_compat_feature() |
Get a theme compat feature |
bp_is_theme_compat_original_template() |
Check whether a given template is the one that WP originally selected to display current page. |
bp_register_theme_package() |
Register a new BuddyPress theme package in the active theme packages array. |
bp_theme_compat_reset_post() |
Populate various WordPress globals with dummy data to prevent errors. |
bp_template_include_theme_compat() |
Reset main query vars and filter ‘the_content’ to output a BuddyPress template part as needed. |