Fires when an application password failed to authenticate the user.
$errorWP_Errorwp-includes/user.php:412wp_authenticate_application_password()wp-includes/user.php:450wp_authenticate_application_password()wp-includes/user.php:476wp_authenticate_application_password() * Fires when an application password failed to authenticate the user. * * @since 5.6.0 * * @param WP_Error $error The authentication error. */ do_action( 'application_password_failed_authentication', $error ); return $error; } /* * Strips out anything non-alphanumeric. This is so passwords can be used withIntroduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.