WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about secure_auth_cookie

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1004 /**
* Filters whether the auth cookie should only be sent over HTTPS.
*
* @since 3.1.0
*
* @param bool $secure Whether the cookie should only be sent over HTTPS.
* @param int $user_id User ID.
*/

Hook Parameters

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