is_subdomain_install()
Whether or not if subdomain install.
Description Description
See also See also
Return Return
(bool)
Source Source
File: bp-core/bp-core-wpabstraction.php
function is_subdomain_install() { if ( ( defined( 'VHOST' ) && 'yes' == VHOST ) || ( defined( 'SUBDOMAIN_INSTALL' ) && SUBDOMAIN_INSTALL ) ) return true; return false; }
Changelog Changelog
Version | Description |
---|---|
1.2.5.1 | Introduced. |