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



auth_cookie_bad_session_token › Działania WordPress Hooks

Od4.0.0
Przestarzałyn/a
do_action( 'auth_cookie_bad_session_token', $cookie_elements )
Parametry:
  • (string[]) $cookie_elements { Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @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
Zdefiniowane na:
Codex:

Fires if a bad session token is encountered.





Źródło

do_action( 'auth_cookie_bad_session_token', $cookie_elements );