apply_filters( 'auth_redirect_scheme', string $scheme )

Filters the authentication redirect scheme.


Parameters

$scheme string
Authentication redirect scheme. Default empty.

Top ↑

Source

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

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


Top ↑

Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes

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