wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



content_url › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'content_url', $url, $path )
Parametri: (2)
  • (string) $url The complete URL to the content directory including scheme and path.
    Richiesto:
  • (string) $path Path relative to the URL to the content directory. Blank string if no path is specified.
    Richiesto:
Definito a:
Codex:

Filters the URL to the content directory.





Sorgenti

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