secure_logged_in_cookie

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters 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 Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply