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.

Top ↑

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 );


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.