This function has been deprecated. BuddyPress 2.1.0 instead.

bp_blogs_subdomain_base()

Output the base URL for subdomain installations of WordPress Multisite.

Description

Source

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

function bp_blogs_subdomain_base() {
	_deprecated_function( __FUNCTION__, '2.1', 'bp_signup_subdomain_base()' );
	echo bp_signup_get_subdomain_base();
}

Changelog

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