wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/ms-load.php › WordPress File
Functions10
› These functions are needed to load Multisite.
Function | Short description |
---|---|
get_current_site_name | This deprecated function formerly set the site_name property of the $current_site object. |
get_network_by_path | Retrieves the closest matching network for a domain and path. |
get_site_by_path | Retrieves the closest matching site object by its domain and path. |
is_subdomain_install | Whether a subdomain configuration is enabled. |
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. |
ms_not_installed | Displays a failure message. |
ms_site_check | Checks status of current blog. |
wpmu_current_site | This deprecated function managed much of the site and network loading in multisite. |
wp_get_active_network_plugins | Returns array of network plugin files to be included in global scope. |
wp_get_network | Retrieves an object containing information about the requested network. |