You are here

function authcache_debug_authcache_excluded in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_excluded().

File

modules/authcache_debug/authcache_debug.module, line 270
Debug widget for Authcache.

Code

function authcache_debug_authcache_excluded($reason) {
  _authcache_debug_status('Page EXCLUDED');
  authcache_debug_log(t('Excluded'), $reason);
}