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



auth_cookie_malformed › WordPress Action Hooks

Da2.7.0
Deprecaton/a
do_action( 'auth_cookie_malformed', $cookie, $scheme )
Parametri: (2)
  • (string) $cookie Malformed auth cookie.
    Richiesto:
  • (string) $scheme Authentication scheme. Values include 'auth', 'secure_auth', or 'logged_in'.
    Richiesto:
Definito a:
Codex:

Fires if an authentication cookie is malformed.





Sorgenti

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