Namespaces: global |
Description |
|---|---|
| bp_email_invites_tutorial() |
Link to Email Invites tutorial |
| bp_core_admin_menu_init() |
Initializes the wp-admin area “BuddyPress” menus and sub menus. |
| 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. |
| bp_core_print_admin_notices() |
Print admin messages to admin_notices or network_admin_notices. |
| bp_core_add_admin_notice() |
Add an admin notice to the BP queue. |
| bp_core_activation_notice() |
Verify that some BP prerequisites are set up properly, and notify the admin if not. |
| bp_do_activation_redirect() |
Redirect user to BuddyPress’s What’s New page on activation. |
| bp_check_for_legacy_theme() |
Check if currently using legacy theme |