wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_authenticate_application_password_errors › Les Actions WordPress

Depuis5.6.0
Dépréciéen/a
do_action( 'wp_authenticate_application_password_errors', $error, $user, $item, $password )
Paramètres: (4)
  • (WP_Error) $error The error object.
    Requis: Oui
  • (WP_User) $user The user authenticating.
    Requis: Oui
  • (array) $item The details about the application password.
    Requis: Oui
  • (string) $password The raw supplied password.
    Requis: Oui
Défini(e) dans:
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.





Source

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