WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about secure_logged_in_cookie

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1015 /**
* 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.
*/

Hook Parameters

Parameter 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.