File: wp-includes/ms-load.php
-
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.
-
Fires when a network cannot be found based on the requested domain and path.
-
functionget_current_site_name()
This deprecated function formerly set the site_name property of the $current_site object.
-
functionwpmu_current_site()
This deprecated function managed much of the site and network loading in multisite.
-
functionwp_get_network()
Retrieves an object containing information about the requested network.
-
functionget_site_by_path()
Retrieves the closest matching site object by its domain and path.
-
Filters the number of path segments to consider when searching for a site.
-
Determines a site by its domain and path.
-
functionms_not_installed()
Displays a failure message.
-
functionis_subdomain_install()
Whether a subdomain configuration is enabled.
-
functionwp_get_active_network_plugins()
Returns array of network plugin files to be included in global scope.
-
functionms_site_check()
Checks status of current blog.
-
hookms_site_check
Filters checking the status of the current blog.
-
functionget_network_by_path()
Retrieves the closest matching network for a domain and path.
-
Fires when a network can be determined but a site cannot.