Filters the resulting URL after setting the scheme.
Parameters
$urlstring- The complete URL including scheme and path.
$schemestring- Scheme applied to the URL. One of
'http','https', or'relative'. $orig_schemestring|null- Scheme requested for the URL. One of
'http','https','login','login_post','admin','relative','rest','rpc', or null.
Source
return apply_filters( 'set_url_scheme', $url, $scheme, $orig_scheme );
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.