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



includes_url › Les Filtres WordPress

Depuis5.8.0
Dépréciéen/a
apply_filters( 'includes_url', $url, $path, $scheme )
Paramètres: (3)
  • (string) $url The complete URL to the includes directory including scheme and path.
    Requis: Oui
  • (string) $path Path relative to the URL to the wp-includes directory. Blank string if no path is specified.
    Requis: Oui
  • (string|null) $scheme Scheme to give the includes URL context. Accepts 'http', 'https', 'relative', or null. Default null.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the URL to the includes directory.





Source

return apply_filters( 'includes_url', $url, $path, $scheme );