function blockcache_alter_user_delete in Block Cache Alter 7
Implementation of hook_user_delete().
File
- ./
blockcache_alter.module, line 421 - Block cache alter module.
Code
function blockcache_alter_user_delete($account) {
_blockcache_alter_cleanup('user', 'user_actions');
return;
}