set_url_scheme – filter

Filters the resulting URL after setting the scheme. 

Parameters

.
( 3.4.0 ) . .
( string ) $url The complete URL including scheme and path. . . .
( string ) $scheme Scheme applied to the URL. One of ‘http’, ‘https’, or ‘relative’. . . .
$orig_scheme
( string|null ) Scheme requested for the URL. One of ‘http’, ‘https’, ‘login’, ‘login_post’, ‘admin’, ‘relative’, ‘rest’, ‘rpc’, or null. . . .
API Letters: ,

Implementers