apply_filters( 'secure_auth_cookie', bool $secure, int $user_id )

Filters whether the auth cookie should only be sent over HTTPS.


Parameters

$secure bool
Whether the cookie should only be sent over HTTPS.
$user_id int
User ID.

Top ↑

Source

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

$secure = apply_filters( 'secure_auth_cookie', $secure, $user_id );


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.