File: bp-core/deprecated/buddypress/2.8.php |
Description |
---|---|
bp_core_admin_remove_buddypress_from_update_transient() |
Filter callback to remove BuddyPress from the update plugins list. |
bp_core_admin_php52_plugin_row() |
Outputs a replacement for WP’s default update notice, when site is not running PHP 5.3 or greater. |
bp_core_admin_php53_admin_notice() |
Add an admin notice to installations that are not running PHP 5.3+. |
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. |