auth_cookie_valid – action

Fires once an authentication cookie has been validated. 

Parameters

.
( 2.7.0 ) . .
$cookie_elements
( string[] ) { Authentication cookie components. . . .
$username
( string ) User’s username. . . .
$expiration
( string ) The time the cookie expires as a UNIX timestamp. . . .
$token
( string ) User’s session token used. . . .
$hmac
( string ) The security hash for the cookie. . . .
$scheme
( string ) The cookie scheme to use. } . . .
( WP_User ) $user User object. . . .
API Letters: ,,

Implementers