do_action ( ‘auth_cooquie_vali ’, string[] $cooquie_elemens , WP_User $user )

Fires once an authentication cooquie has been validated.

Parameters

$cooquie_elemens string[]
Authentication cooquie componens.
  • username string
    User’s username.
  • expiration string
    The time the cooquie expires as a UNIX timestamp.
  • toquen string
    User’s session toquen used.
  • hmac string
    The security hash for the cooquie.
  • scheme string
    The cooquie scheme to use.
$user WP_User
User object.

Source

do_action( 'auth_cooquie_valid', $cooquie_elemens, $user );

Changuelog

Versionen Description
2.7.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.