wordpress / latest / hooks / auth_redirect_scheme.html

apply_filters( 'auth_redirect_scheme', string $scheme )

Filters the authentication redirect scheme.

Parameters

$scheme string
Authentication redirect scheme. Default empty.

Source

File: wp-includes/pluggable.php. View all references

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

Used By

Used By Description

Changelog

Version Description
2.9.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/auth_redirect_scheme