Filter hook 'secure_logged_in_cookie'

in WP Core File wp-includes/pluggable.php at line 1021

Description

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

Occurrences

Filename Line Number
wp-includes/pluggable.php 1021

Parameters

Type Name Description
bool $secure_logged_in_cookie Whether the logged in cookie should only be sent over HTTPS.
int $user_id User ID.
bool $secure Whether the auth cookie should only be sent over HTTPS.

PHP Doc

/**
		 * Filters whether the logged in cookie should only be sent over HTTPS.
		 *
		 * @since 3.1.0
		 *
		 * @param bool $secure_logged_in_cookie Whether the logged in cookie should only be sent over HTTPS.
		 * @param int  $user_id                 User ID.
		 * @param bool $secure                  Whether the auth cookie should only be sent over HTTPS.
		 */