apply_filters( 'secure_auth_redirect', bool $secure )

Filters whether to use a secure authentication redirect.


Parameters

$secure bool
Whether to use a secure authentication redirect. Default false.

Top ↑

Source

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

$secure = apply_filters( 'secure_auth_redirect', $secure );


Top ↑

Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes

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