This function has been deprecated. BuddyPress 1.5.0 instead.

bp_core_is_multisite()

bp_core_is_multisite()

Description

This function originally served as a wrapper when WordPress and WordPress MU were separate entities. Use is_multisite() instead.

Return

(bool)

Source

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

function bp_core_is_multisite() {
	_deprecated_function( __FUNCTION__, '1.5', 'is_multisite()' );
	return is_multisite();
}

Changelog

Changelog
Version Description
BuddyPress 1.5.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.