Custom Login Error Message

function custom_login_error_message() {
    return 'Oops! Something went wrong here.';
}
add_filter('login_errors', 'custom_login_error_message');