wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



includes_url › Hooks de Filtros WordPress

Desde5.8.0
Obsoleton/a
apply_filters( 'includes_url', $url, $path, $scheme )
Parâmetros: (3)
  • (string) $url The complete URL to the includes directory including scheme and path.
    Required: Yes
  • (string) $path Path relative to the URL to the wp-includes directory. Blank string if no path is specified.
    Required: Yes
  • (string|null) $scheme Scheme to give the includes URL context. Accepts 'http', 'https', 'relative', or null. Default null.
    Required: Yes
Definido em:
Codex:

Filters the URL to the includes directory.





Fonte

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