Filters the URL to the includes directory.
Parameters
$url
string- The complete URL to the includes directory including scheme and path.
$path
string- Path relative to the URL to the wp-includes directory. Blank string if no path is specified.
$scheme
string|null- Scheme to give the includes URL context. Accepts
'http'
,'https'
,'relative'
, or null. Default null.
Source
return apply_filters( 'includes_url', $url, $path, $scheme );
User Contributed Notes
You must log in before being able to contribute a note or feedback.