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

Filters whether the logged in cookie should only be sent over HTTPS.


Parameters

$secure_logged_in_cookie

Whether the logged in cookie should only be sent over HTTPS.

$user_id

User ID.

$secure

Whether the auth cookie should only be sent over HTTPS.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
3.1.0 Introduced.