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



includes_url › WordPress过滤钩子

Since5.8.0
已弃用n/a
apply_filters( 'includes_url', $url, $path, $scheme )
参数: (3)
  • (string) $url The complete URL to the includes directory including scheme and path.
    Required: Yes
  • (string) $path Path relative to the URL to the wp-includes directory. Blank string if no path is specified.
    Required: Yes
  • (string|null) $scheme Scheme to give the includes URL context. Accepts 'http', 'https', 'relative', or null. Default null.
    Required: Yes
定义在:
文档:

Filters the URL to the includes directory.





源码

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