auth_cookie – filter
Filters the authentication cookie.
Parameters
- .
- ( 2.5.0 ) . .
- The
- ( 4.0.0 ) `$token` parameter was added. . . .
- $cookie
- ( string ) Authentication cookie. . . .
- ( int ) $user_id User ID. . . .
- ( int ) $expiration The time the cookie expires as a UNIX timestamp. . . .
- $scheme
- ( string ) Cookie scheme used. Accepts ‘auth’, ‘secure_auth’, or ‘logged_in’. . . .
- $token
- ( string ) User’s session token used. . . .