wpseek.com
A WordPress-centric search engine for devs and theme authors



includes_url › WordPress Filter Hooks

Since5.8.0
Deprecatedn/a
apply_filters( 'includes_url', $url, $path, $scheme )
Parameters: (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
Defined at:
Codex:

Filters the URL to the includes directory.





Source

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