Warning: This function has been deprecated.

bp_blogs_get_subdomain_base()

Return the base URL for subdomain installations of WordPress Multisite.


Description Description


Return Return

(string) The base URL - eg, 'example.com' for site_url() example.com or www.example.com.


Top ↑

Source Source

File: bp-core/deprecated/2.1.php

function bp_blogs_get_subdomain_base() {
	_deprecated_function( __FUNCTION__, '2.1', 'bp_signup_get_subdomain_base()' );
	return bp_signup_get_subdomain_base();
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 This function has been deprecated.
1.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.