function authcache_debug_init in Authenticated User Page Caching (Authcache) 7.2
Implements hook_authcache_cache_data_alter().
File
- modules/
authcache_debug/ authcache_debug.module, line 92 - Debug widget for Authcache.
Code
function authcache_debug_init() {
if (!authcache_debug_excluded()) {
drupal_register_shutdown_function('_authcache_debug_shutdown');
}
}