You are here

function blockcache_alter_user_insert in Block Cache Alter 7

Implementation of hook_user_insert().

File

./blockcache_alter.module, line 405
Block cache alter module.

Code

function blockcache_alter_user_insert(&$edit, $account, $category) {
  _blockcache_alter_cleanup('user', 'user_actions');
  return;
}