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



wp_login_failed › WordPress Action Hooks

Seit5.4.0
Veraltetn/v
do_action( 'wp_login_failed', $username, $error )
Parameter: (2)
  • (string) $username Username or email address.
    Erforderlich: Ja
  • (WP_Error) $error A WP_Error object with the authentication failure details.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after a user login has failed.





Quellcode

do_action( 'wp_login_failed', $username, $error );