wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



content_url › Hooks de Filtros WordPress

Desde2.8.0
Obsoleton/a
apply_filters( 'content_url', $url, $path )
Parâmetros: (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
Definido em:
Codex:

Filters the URL to the content directory.





Fonte

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