wp_authenticate_application_password_errors – action
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.
Parameters
- .
- ( 5.6.0 ) . .
- $error
- ( WP_Error ) The error object. . . .
- ( WP_User ) $user The user authenticating. . . .
- ( array ) $item The details about the application password. . . .
- ( string ) $password The raw supplied password. . . .