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
$secure_logged_in_cookie = apply_filters( 'secure_logged_in_cookie', $secure_logged_in_cookie, $user_id, $secure );
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.