Filters the authentication cookie.
Parameters
$cookie
string- Authentication cookie.
$user_id
int- User ID.
$expiration
int- 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.
Source
return apply_filters( 'auth_cookie', $cookie, $user_id, $expiration, $scheme, $token );
User Contributed Notes
You must log in before being able to contribute a note or feedback.