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

Filters whether the connection is secure.


Parameters

$secure

(bool) Whether the connection is secure.

$user_id

(int) User ID.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.1.0 Introduced.