wp_login_failed, $username, $error

wp_login_failed, $username, $error

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('wp_login_failed, $username, $error') is found 1 times:

  • /wp-includes/pluggable.php line 731
    			 *
    			 * @param string   $username Username or email address.
    			 * @param WP_Error $error    A WP_Error object with the authentication failure details.
    			 */
    			do_action( 'wp_login_failed', $username, $error );
    		}
    
    		return $user;
    	}
    endif;