wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



content_url › Filtr WordPress Hooks

Od2.8.0
Przestarzałyn/a
apply_filters( 'content_url', $url, $path )
Parametry: (2)
  • (string) $url The complete URL to the content directory including scheme and path.
    Wymagane: Tak
  • (string) $path Path relative to the URL to the content directory. Blank string if no path is specified.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the URL to the content directory.





Źródło

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