* * @return BuddyPress|null The one true BuddyPress Instance. */ function buddypress() { return BuddyPress::instance(); } /** * Adds an admin notice to installations that don't meet BP's minimum PHP requirement. * * @since 2.8.0 */ function bp_php_requirements_notice() { if ( ! current_user_can( 'update_core' ) ) { return; } ?>

the Codex guide for more information.', 'buddypress' ), 'https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/' ); ?>