Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




is_subdomain_install [ WordPress Function ]

is_subdomain_install ( No parameters )
Returns:
  • (bool) True if subdomain configuration is enabled, false otherwise.
Defined at:



Whether a subdomain configuration is enabled.

Source


<?php
function is_subdomain_install() {
    if ( 
defined('SUBDOMAIN_INSTALL') )
        return 
SUBDOMAIN_INSTALL;

    if ( 
defined('VHOST') && VHOST == 'yes' )
        return 
true;

    return 
false;
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics