bp_signup_subdomain_base()
Output the base URL for subdomain installations of WordPress Multisite.
Description Description
Source Source
File: bp-members/bp-members-template.php
function bp_signup_subdomain_base() { echo bp_signup_get_subdomain_base(); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |