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
bool -
Whether the logged in cookie should only be sent over HTTPS.
-
$user_id
int -
User ID.
-
$secure
bool -
Whether the auth cookie should only be sent over HTTPS.
Source
File: wp-includes/pluggable.php
.
View all references
$secure_logged_in_cookie = apply_filters( 'secure_logged_in_cookie', $secure_logged_in_cookie, $user_id, $secure );
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |