wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



auth_cookie_valid › Działania WordPress Hooks

Od2.7.0
Przestarzałyn/a
do_action( 'auth_cookie_valid', $cookie_elements, $user )
Parametry: (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. }
    Wymagane: Tak
  • (WP_User) $user User object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires once an authentication cookie has been validated.





Źródło

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