wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



content_url › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'content_url', $url, $path )
Paramètres: (2)
  • (string) $url The complete URL to the content directory including scheme and path.
    Requis: Oui
  • (string) $path Path relative to the URL to the content directory. Blank string if no path is specified.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the URL to the content directory.





Source

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