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



wp_authenticate_application_password_errors › WordPress Action Hooks

Seit5.6.0
Veraltetn/v
do_action( 'wp_authenticate_application_password_errors', $error, $user, $item, $password )
Parameter: (4)
  • (WP_Error) $error The error object.
    Erforderlich: Ja
  • (WP_User) $user The user authenticating.
    Erforderlich: Ja
  • (array) $item The details about the application password.
    Erforderlich: Ja
  • (string) $password The raw supplied password.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when an application password has been successfully checked as valid.

This allows for plugins to add additional constraints to prevent an application password from being used.





Quellcode

do_action( 'wp_authenticate_application_password_errors', $error, $user, $item, $password );