Namespaces: global |
Description |
|---|---|
| bp_remove_all_filters() |
Remove all filters from a WordPress filter hook. |
| bp_restore_all_filters() |
Restore filters that were removed using bp_remove_all_filters(). |
| bp_comments_open() |
Force comments_status to ‘closed’ for BuddyPress post types. |
| bp_theme_compat_toggle_is_page() |
Do not allow {@link comments_template()} to render during theme compatibility. |
| bp_theme_compat_loop_end() |
Restores the ‘is_single’ and ‘is_page’ flags if toggled by BuddyPress. |
| bp_check_theme_template_pack_dependency() |
Maybe override the preferred template pack if the theme declares a dependency. |
| bp_setup_gdpr() |
Set up the bp-core component. |
| bp_core_register_widgets() |
Register bp-core widgets. |
| bp_core_load_profile_search() |
Load main profile search module. |
| bp_do_theme_compat() |
Are we currently replacing the_content? |