On this page
apply_filters( 'includes_url', string $url, string $path, string|null $scheme )
Filters the URL to the includes directory.
Parameters
$urlstring-
The complete URL to the includes directory including scheme and path.
$pathstring-
Path relative to the URL to the wp-includes directory. Blank string if no path is specified.
$schemestring|null-
Scheme to give the includes URL context. Accepts
'http','https','relative', or null. Default null.
Source
File: wp-includes/link-template.php. View all references
return apply_filters( 'includes_url', $url, $path, $scheme );
Related
Used By
| Used By | Description |
|---|---|
| includes_url() wp-includes/link-template.php | Retrieves the URL to the includes directory. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/includes_url