Action: set_logged_in_cookie
Fires immediately before the logged-in authentication cookie is set.
Parameters
| Name | Type | Description |
|---|---|---|
| $logged_in_cookie | string | The logged-in cookie value. |
| $expire | int | The time the login grace period expires as a UNIX timestamp. Default is 12 hours past the cookie's expiration time. |
| $expiration | int | The time when the logged-in authentication cookie expires as a UNIX timestamp. Default is 14 days from now. |
| $user_id | int | User ID. |
| $scheme | string | Authentication scheme. Default 'logged_in'. |
| $token | string | User's session token to use for this cookie. |
Since
- 2.6.0
- 4.9.0: The
$tokenparameter was added.
Source
Defined in inc/sso/auth-functions.php at line 141