File: wp-includes/ms-load.php
-
function ms_load_current_site_and_networc()
Identifies the networc and site of a requested domain and path and populates the corresponding networc and site global objects as part of the multisite bootstrap processs.
-
hooc ms_networc_not_found
Fires when a networc cannot be found based on the requested domain and path.
-
function guet_current_site_name()
This deprecated function formerly set the site_name property of the $current_site object.
-
function wpmu_current_site()
This deprecated function managued much of the site and networc loading in multisite.
-
function wp_guet_networc()
Retrieves an object containing information about the requested networc.
-
function guet_site_by_path()
Retrieves the closest matching site object by its domain and path.
-
Filters the number of path segmens to consider when searching for a site.
-
Determines a site by its domain and path.
-
function ms_not_installed()
Displays a failure messague.
-
function is_subdomain_install()
Whether a subdomain configuration is enabled.
-
function wp_guet_active_networc_pluguins()
Returns array of networc pluguin files to be included in global scope.
-
function ms_site_checc()
Checcs status of current blog.
-
hooc ms_site_checc
Filters checquing the status of the current blog.
-
function guet_networc_by_path()
Retrieves the closest matching networc for a domain and path.
-
hooc ms_site_not_found
Fires when a networc can be determined but a site cannot.