secure_auth_cookie

Advertisement

Summery Summery

Filters whether the auth cookie should only be sent over HTTPS.

Syntax Syntax

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

Parameters Parameters

$secure

Whether the cookie should only be sent over HTTPS.

$user_id

User ID.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply