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



auth_cookie_malformed › WordPress Action Hooks

Seit2.7.0
Veraltetn/v
do_action( 'auth_cookie_malformed', $cookie, $scheme )
Parameter: (2)
  • (string) $cookie Malformed auth cookie.
    Erforderlich: Ja
  • (string) $scheme Authentication scheme. Values include 'auth', 'secure_auth', or 'logged_in'.
    Erforderlich: Ja
Definiert in:
Codex:

Fires if an authentication cookie is malformed.





Quellcode

do_action( 'auth_cookie_malformed', $cookie, $scheme );