home_url()

home_url( string $path = ”, string|null $scheme = null …

home_url( string $path = , string|null $scheme = null )

检索可访问前端的当前网站的URL。
Retrieves the URL for the current site where the front end is accessible.

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


说明(Description)

返回具有相应协议的“home”选项。如果is ssl()的计算结果为true,则协议将为“https”;否则,它将与“home”选项相同。如果$scheme是’http’或’https’,is_ssl()将被重写。


参数(Parameters)

参数 类型 必填 说明
$path (string) 可选 相对于主URL的路径。
$scheme (string | null) 可选 提供主URL上下文的方案。接受“http”、“https”、“relative”、“rest”或null。

返回(Return)

(string)附加了可选路径的主URL链接。


源码(Source)


更新版本 源码位置 使用 被使用
3.0.0 wp-includes/link-template.php:3151 95 1 function

笔记(Notes)

例子

类别:WordPress 函数手册

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

评论 (0)COMMENT

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