Filters the authentication redirect scheme.
Parameters
$schemestring- Authentication redirect scheme. Default empty.
Source
$scheme = apply_filters( 'auth_redirect_scheme', '' );
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
Filters the authentication redirect scheme.
$schemestring$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.