wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



auth_cookie_valid › WordPress Action Hooks

Da2.7.0
Deprecaton/a
do_action( 'auth_cookie_valid', $cookie_elements, $user )
Parametri: (2)
  • (string[]) $cookie_elements { Authentication cookie components. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use. }
    Richiesto:
  • (WP_User) $user User object.
    Richiesto:
Definito a:
Codex:

Fires once an authentication cookie has been validated.





Sorgenti

do_action( 'auth_cookie_valid', $cookie_elements, $user );