跳至主要内容

Action: set_logged_in_cookie

Fires immediately before the logged-in authentication cookie is set.

Parameters

NameTypeDescription
$logged_in_cookiestringThe logged-in cookie value.
$expireintThe time the login grace period expires as a UNIX timestamp. Default is 12 hours past the cookie's expiration time.
$expirationintThe time when the logged-in authentication cookie expires as a UNIX timestamp. Default is 14 days from now.
$user_idintUser ID.
$schemestringAuthentication scheme. Default 'logged_in'.
$tokenstringUser's session token to use for this cookie.

Since

  • 2.6.0
  • 4.9.0: The $token parameter was added.

Source

Defined in inc/sso/auth-functions.php at line 141