This function has been deprecated. BuddyPress 2.8.0 instead.

bp_core_admin_is_running_php53_or_greater()

Determines whether the current installation is running PHP 5.3 or greater.

Description

BuddyPress 2.8 introduces a minimum PHP requirement of PHP 5.3.

Return

(bool)

Source

File: bp-core/deprecated/buddypress/2.8.php

function bp_core_admin_is_running_php53_or_greater() {
	_deprecated_function( __FUNCTION__, '2.8' );
	return version_compare( PHP_VERSION, '5.3', '>=' );
}

Changelog

Changelog
Version Description
BuddyPress 2.8.0 BuddyPress 2.8.0
BuddyPress 2.7.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.