wpseek.com
WordPress开发者和主题制作者的搜索引擎



network_admin_url › WordPress过滤钩子

Since5.8.0
已弃用n/a
apply_filters( 'network_admin_url', $url, $path, $scheme )
参数: (3)
  • (string) $url The complete network admin URL including scheme and path.
    Required: Yes
  • (string) $path Path relative to the network admin URL. Blank string if no path is specified.
    Required: Yes
  • (string|null) $scheme The scheme to use. Accepts 'http', 'https', 'admin', or null. Default is 'admin', which obeys force_ssl_admin() and is_ssl().
    Required: Yes
定义在:
文档:

Filters the network admin URL.





源码

return apply_filters( 'network_admin_url', $url, $path, $scheme );