set_auth_cookie – action
Fires immediately before the authentication cookie is set.
Parameters
- .
- ( 2.5.0 ) . .
- The
- ( 4.9.0 ) `$token` parameter was added. . . .
- $auth_cookie
- ( string ) Authentication cookie value. . . .
- ( int ) $expire The time the login grace period expires as a UNIX timestamp. Default is 12 hours past the cookie’s expiration time. . . .
- ( int ) $expiration The time when the authentication cookie expires as a UNIX timestamp. Default is 14 days from now. . . .
- ( int ) $user_id User ID. . . .
- $scheme
- ( string ) Authentication scheme. Values include ‘auth’ or ‘secure_auth’. . . .
- $token
- ( string ) User’s session token to use for this cookie. . . .