WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/is subdomain install

Description

Whether a sub-domain configuration is enabled. This function was added in version 3.0.0.

Usage

<?php is_subdomain_install(); ?>

Parameters

None

Return Values

(Boolean) 
True if sub-domain configuration is enabled, false otherwise.

Source File

is_subdomain_install() is located in wp-includes/ms-load.php.

See also

See also index of Function Reference and index of Template Tags.
This page is marked as incomplete. You can help Codex by expanding it.