2020-05-02 / 3059阅 / 悠然
警报:此功能的访问被标记为私有。这意味着它不适合插件或主题开发人员使用,> string $ domain,string $ path,bool $ subdomain = false )
在4.6.0之前,这是ms-settings.php中的一个程序块。它包装到一个函数中,以方便单元测试。不应在核心之外使用。
通常,先查询站点然后声明其网络会更容易。在有限的情况下,我们可以或者必须首先找到网络。
如果找到网络和站点,则将返回真实响应,以便请求可以继续。
如果找不到网络或站点,则将返回false或URL字符串,以便显示错误或发生重定向。
(string)
(Required)
The requested domain.
(string)
(Required)
The requested path.
(bool)
(Optional)
Whether a subdomain (true) or subdirectory (false) configuration.
Default value: false
(bool|string) True if bootstrap successfully populated $current_blog and $current_site. False if bootstrap could not be properly completed. Redirect URL if parts exist, but the request as a whole can not be fulfilled.