Перейти до основного вмісту

Action: set_auth_cookie

Fires immediately before the authentication cookie is set.

Parameters

NameTypeDescription
$auth_cookiestringAuthentication 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 authentication cookie expires as a UNIX timestamp. Default is 14 days from now.
$user_idintUser ID.
$schemestringAuthentication scheme. Values include 'auth' or 'secure_auth'.
$tokenstringUser's session token to use for this cookie.

Since

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

Source

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