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



content_url › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'content_url', $url, $path )
参数: (2)
  • (string) $url The complete URL to the content directory including scheme and path.
    Required: Yes
  • (string) $path Path relative to the URL to the content directory. Blank string if no path is specified.
    Required: Yes
定义在:
文档:

Filters the URL to the content directory.





源码

return apply_filters( 'content_url', $url, $path );