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



self_admin_url › WordPress过滤钩子

Since4.9.0
已弃用n/a
apply_filters( 'self_admin_url', $url, $path, $scheme )
参数: (3)
  • (string) $url The complete URL including scheme and path.
    Required: Yes
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Required: Yes
  • (string) $scheme The scheme to use.
    Required: Yes
定义在:
文档:

Filters the admin URL for the current site or network depending on context.





源码

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