wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



auth_cookie › WordPress Filter Hooks

Seit4.0.0
Veraltetn/v
apply_filters( 'auth_cookie', $cookie, $user_id, $expiration, $scheme, $token )
Parameter: (5)
  • (string) $cookie Authentication cookie.
    Erforderlich: Ja
  • (int) $user_id User ID.
    Erforderlich: Ja
  • (int) $expiration The time the cookie expires as a UNIX timestamp.
    Erforderlich: Ja
  • (string) $scheme Cookie scheme used. Accepts 'auth', 'secure_auth', or 'logged_in'.
    Erforderlich: Ja
  • (string) $token User's session token used.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the authentication cookie.





Quellcode

return apply_filters( 'auth_cookie', $cookie, $user_id, $expiration, $scheme, $token );