ms_load_current_site_and_network()

ms_load_current_site_and_network( string $domain, strin…

ms_load_current_site_and_network( string $domain, string $path, bool $subdomain = false )

标识所请求域和路径的网络和站点,并在多站点引导过程中填充相应的网络和站点全局对象。
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.

目录锚点:#说明#参数#返回#源码


说明(Description)

在4.6.0之前,这是ms中的一个程序块-设置.php. 它被包装成一个函数,以便于单元测试。不应在堆芯外使用。

通常,先查询站点,然后声明其网络更容易。在有限的情况下,我们要么可以,要么必须先找到网络。

如果找到网络和站点,将返回一个真正的响应,以便可以继续请求。

如果找不到网络或站点,则返回false或URL字符串,以便显示错误或发生重定向。


参数(Parameters)

参数 类型 必填 说明
$domain (string) 必需 请求的域。
$path (string) 必需 请求的路径。
$subdomain (bool) 可选 无论是子域(true)还是子目录(false)配置。

返回(Return)

(bool|string)如果引导成功填充$current_blog和$current_site,则为True。如果无法正确完成引导,则为False。如果存在部分,则重定向URL,但无法完成整个请求。


源码(Source)


更新版本 源码位置 使用 被使用
4.6.0 wp-includes/ms-load.php:297 0 13
类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册