wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



content_url › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'content_url', $url, $path )
Parameter: (2)
  • (string) $url The complete URL to the content directory including scheme and path.
    Erforderlich: Ja
  • (string) $path Path relative to the URL to the content directory. Blank string if no path is specified.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL to the content directory.





Quellcode

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