apply_filters( ‘auth_redirect_scheme’, string $scheme )

In this article

Filters the authentication redirect scheme.

Parameters

$schemestring
Authentication redirect scheme. Default empty.

Source

$scheme = apply_filters( 'auth_redirect_scheme', '' );

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.