Filters the authentication redirect scheme.
Parameters
$scheme
string- Authentication redirect scheme. Default empty.
Source
$scheme = apply_filters( 'auth_redirect_scheme', '' );
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |
Filters the authentication redirect scheme.
$scheme
string$scheme = apply_filters( 'auth_redirect_scheme', '' );
Version | Description |
---|---|
2.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.