@since: BuddyPress 1.6.0 |
Description |
---|---|
bp_version_bump() |
Update the BP version stored in the database to the current version. |
bp_setup_updater() |
Set up the BuddyPress updater. |
bp_is_update() |
Is this a BuddyPress update? |
bp_maintenance_mode() |
Output the BuddyPress maintenance mode |
bp_get_maintenance_mode() |
Return the BuddyPress maintenance mode |
bp_blogs_subdomain_base() |
Output the base URL for subdomain installations of WordPress Multisite. |
bp_blogs_get_subdomain_base() |
Return the base URL for subdomain installations of WordPress Multisite. |
bp_admin_setting_callback_force_buddybar() |
If user has upgraded to 1.6 and chose to retain their BuddyBar, offer then a switch to change over to the WP Toolbar. |
bp_admin_sanitize_callback_force_buddybar() |
Sanitization for _bp_force_buddybar |
bp_core_screen_delete_account_content() |
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 new template files for the Settings component were introduced. |