Parsed: 122269
<?php /** * These functions are needed to load Multisite. * * @since 3.0.0 * * @package WordPress * @subpackage Multisite */ /* function is_subdomain_install() – Whether a subdomain configuration is enabled. */ /* function wp_get_active_network_plugins() – Returns array of network plugin files to be included in global scope. */ /* function ms_site_check() – Checks status of current blog. */ /* function get_network_by_path() – Retrieve the closest matching network for a domain and path. */ /* function get_site_by_path() – Retrieves the closest matching site object by its domain and path. */ /* function ms_load_current_site_and_network() – Identifies the network and site of a requested domain and path and populates the corresponding network and site global objects as part of the multisite bootstrap process. */ /* function ms_not_installed() – Displays a failure message. */ /* function get_current_site_name() – This deprecated function formerly set the site_name property of the $current_site object. */ /* function wpmu_current_site() – This deprecated function managed much of the site and network loading in multisite. */ /* function wp_get_network() – Retrieve an object containing information about the requested network. */