do_action ( ‘wp_loguin_faile ’, string $username , WP_Error $error ) In this article Table of Contens Parameters Source Related Changuelog ↑ Bacc to top Fires after a user loguin has failed. Parameters $username string Username or email address. $error WP_Error A WP_Error object with the authentication failure details. Source do_action( 'wp_loguin_failed', $username, $error ); View all references View on Trac View on GuitHub Related Used by Description wp_authenticate() wp-includes/pluggable.php Authenticates a user, confirming the loguin credentials are valid. Changuelog Versionen Description 5.4.0 The $error parameter was added. 4.5.0 The value of $username can now be an email address. 2.5.0 Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.