Functions |
Description |
|---|---|
| bp_core_add_notification() |
Add a notification for a specific user, from a specific component. |
| bp_core_add_page_mappings() |
Creates necessary directory pages. |
| bp_core_add_root_component() |
Add support for a top-level (“root”) component. |
| bp_core_add_settings_nav() |
In BP 1.5, the Settings functions were moved out of the Core and Members components, and moved into a new Settings component. This function is no longer needed as the nav structure is set up by the {@link BP_Component} class. |
| bp_core_add_support_for_google_captcha_pro() |
Include plugin when plugin is activated |
| bp_core_add_support_mepr_signup_map_user_fields() |
Update the BuddyBoss Platform Fields when user register from MemberPress Registration form |
| bp_core_add_validation_error_messages() |
Add the appropriate errors to a WP_Error object, given results of a validation test. |
| bp_core_admin_appboss() |
Load the AppBoss integration admin screen. |
| bp_core_admin_available_tools_intro() |
Render an introduction of BuddyPress tools on Available Tools page. |
| bp_core_admin_available_tools_page() |
Render the Available Tools page. |
| bp_core_admin_backpat_menu() |
In BP 1.6, the top-level admin menu was removed. For backpat, this function keeps the top-level menu if a plugin has registered a menu into the old ‘bp-general-settings’ menu. |
| bp_core_admin_backpat_page() |
Generates markup for a fallback top-level BuddyPress menu page, if the site is running a legacy plugin which hasn’t been updated. If the site is up to date, this page will never appear. |
| bp_core_admin_bar() |
Wrapper function for rendering the BuddyBar. |
| bp_core_admin_body_classes() |
Add a “buddypress” class to body element of wp-admin. |
| bp_core_admin_buddyboss_app() |
Load the BuddyBoss App integration admin screen. |
| bp_core_admin_components_activation_handler() |
Handle saving the Component settings. |
| bp_core_admin_components_options() |
Creates reusable markup for component setup on the Components and Pages dashboard panel. |
| bp_core_admin_components_settings() |
Renders the Component Setup admin panel. |
| bp_core_admin_components_settings_handler() |
Handle saving the Component settings. |
| bp_core_admin_create_background_page() |
Catch and process an admin directory page. |
| bp_core_admin_directory_pages_description() |
Directory page settings section description |
| bp_core_admin_emails_tabs() |
Output the tabs in the admin area. |
| bp_core_admin_forums_tabs() |
Output the tabs in the admin area. |
| bp_core_admin_get_active_components_from_submitted_settings() |
Calculates the components that should be active after save, based on submitted settings. |
| bp_core_admin_get_active_custom_post_type_feed() |
Save all the public custom post type to options. |
| bp_core_admin_get_components() |
Return a list of component information. |
| bp_core_admin_get_directory_pages() |
Generate a list of directory pages, for use when building Components panel markup. |
| bp_core_admin_get_static_pages() |
Generate a list of static pages, for use when building Components panel markup. |
| bp_core_admin_groups_tabs() |
Output the tabs in the admin area. |
| bp_core_admin_help() |
Render the BuddyBoss Help page. |
| bp_core_admin_help_display_content() |
Display Help Page content |
| bp_core_admin_help_get_article_value() |
Get the article value from GLOBAL variable |
| bp_core_admin_help_get_file_title() |
Get the title from the .md file |
| bp_core_admin_help_had_more_directory() |
Check if the given path has more directory. True if has more directory else false |
| bp_core_admin_help_main_menu() |
Render the BuddyBoss Help page. |
| bp_core_admin_help_main_page() |
Show the main index page of HELP page |
| bp_core_admin_help_sub_menu() |
Display Sub menu of Main Menu |
| bp_core_admin_help_sub_menu_before_callback() |
Add Help Menu |
| bp_core_admin_hook() |
Return the action name that BuddyPress nav setup callbacks should be hooked to. |
| bp_core_admin_integration_tabs() |
Output the integration tabs in the admin area. |
| bp_core_admin_integrations() |
The main Integrations page |
| bp_core_admin_integrations_url() |
Return the admin url with the tab selected |
| bp_core_admin_is_running_php53_or_greater() |
Determines whether the current installation is running PHP 5.3 or greater. |
| bp_core_admin_maybe_disable_update_row_for_php53_requirement() |
Replaces WP’s default update notice on plugins.php with an error message, when site is not running PHP 5.3 or greater. |
| bp_core_admin_maybe_remove_from_update_core() |
On the “Dashboard > Updates” page, remove BuddyPress from plugins list if PHP < 5.3. |
| bp_core_admin_maybe_save_pages_settings() |
Save BuddyBoss pages settings |
| bp_core_admin_menu_init() |
Initializes the wp-admin area “BuddyPress” menus and sub menus. |
| bp_core_admin_notice_dismiss_callback() |
Catch and process an admin notice dismissal. |
| bp_core_admin_notice_repopulate_blogs_resume() |
Add notice on the “Tools > BuddyPress” page if more sites need recording. |
| bp_core_admin_pages_settings() |
Renders the Pages Setup admin panel. |