wpseek.com
A WordPress-centric search engine for devs and theme authors



content_url › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'content_url', $url, $path )
Parameters: (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
Defined at:
Codex:

Filters the URL to the content directory.





Source

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