W3cubDocs

/WordPress

apply_filters( ‘secure_auth_cookie’, bool $secure, int $user_id )

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

Parameters

$securebool
Whether the cookie should only be sent over HTTPS.
$user_idint
User ID.

Source

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

Changelog

Version Description
3.1.0 Introduced.

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