function blockcache_alter_user_logout in Block Cache Alter 7
Implementation of hook_user_logout().
File
- ./
blockcache_alter.module, line 437 - Block cache alter module.
Code
function blockcache_alter_user_logout($account) {
_blockcache_alter_cleanup('login', 'user_actions');
return;
}