File: bp-core/admin/bp-core-admin-functions.php |
Description |
|---|---|
| bp_admin_tabs |
Fires after the output of tabs for the admin area. |
| bp_core_settings_admin_tabs() |
Output the settings tabs in the admin area. |
| bp_core_settings_admin_tabs |
Filters the admin tabs to be displayed. |
| bp_settings_admin_tabs |
Fires after the output of tabs for the admin area. |
| bp_core_get_settings_admin_active_tab() |
Get the data for the settings tabs in the admin area. |
| bp_core_get_settings_admin_active_tab |
Filters the tab data used in our wp-admin screens. |
| bp_core_admin_tabs() |
Output the tabs in the admin area. |
| 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_modify_admin_menu_highlight() |
This tells WP to highlight the Settings > BuddyPress menu item, regardless of which actual BuddyPress admin screen we are on. |
| 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. |