You are here

function hybridauth_user_delete in HybridAuth Social Login 7

Same name and namespace in other branches
  1. 7.2 hybridauth.module \hybridauth_user_delete()

Implements hook_user_delete().

File

./hybridauth.module, line 489

Code

function hybridauth_user_delete($account) {
  _hybridauth_delete_user_data($account->uid);
}