apply_filters( 'home_url', $url, $path, $orig_scheme, $blog_id )
参数
  • (string) $url The complete home URL including scheme and path.
    Required:
  • (string) $path Path relative to the home URL. Blank string if no path is specified.
    Required:
  • (string|null) $orig_scheme Scheme to give the home URL context. Accepts 'http', 'https', 'relative', 'rest', or null.
    Required:
  • (int|null) $blog_id Site ID, or null for the current site.
    Required:
定义位置
相关勾子
comment_urlnetwork_home_urlsite_urlrest_urlcontent_url
相关方法
home_urlget_home_urlnetwork_home_urlesc_urlsite_urlcontent_url
引入
3.0.0
弃用
-

home_url – 这个函数用来检索WordPress网站主页的URL。它以字符串形式返回URL,并且可以使用home_url过滤器进行过滤。

过滤主URL。

return apply_filters( 'home_url', $url, $path, $orig_scheme, $blog_id );

常见问题

FAQs
查看更多 >