Namespaces: global |
Description |
|---|---|
| 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_core_admin_get_directory_pages() |
Generate a list of directory pages, for use when building Components panel markup. |
| array_insert_after() |
Insert a value or key/value pair after a specific key in an array. If key doesn’t exist, value is appended to the end of the array. |
| bp_do_theme_compat() |
Are we currently replacing the_content? |