Namespaces: global |
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_version_updater() |
Initialize an update or installation of BuddyPress. |
| bp_pre_schema_upgrade() |
Perform database operations that must take place before the general schema upgrades. |
| bp_update_to_1_5() |
Remove unused metadata from database when upgrading from < 1.5. |
| bp_update_to_1_6() |
Remove unused metadata from database when upgrading from < 1.6.0. |
| bp_exists() |
bp_exists( $component_name ) |
| bp_core_referrer() |
Return the referrer URL without the http(s):// |
| 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. |