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



includes_url › WordPress Filter Hooks

Da5.8.0
Deprecaton/a
apply_filters( 'includes_url', $url, $path, $scheme )
Parametri: (3)
  • (string) $url The complete URL to the includes directory including scheme and path.
    Richiesto:
  • (string) $path Path relative to the URL to the wp-includes directory. Blank string if no path is specified.
    Richiesto:
  • (string|null) $scheme Scheme to give the includes URL context. Accepts 'http', 'https', 'relative', or null. Default null.
    Richiesto:
Definito a:
Codex:

Filters the URL to the includes directory.





Sorgenti

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