do_action( ‘application_password_failed_authentication’, WP_Error $error )

In this article

Fires when an application password failed to authenticate the user.

Parameters

$errorWP_Error
The authentication error.

Source

do_action( 'application_password_failed_authentication', $error );

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.