You are here

function authcache_p13n_authcache_debug_exclude in Authenticated User Page Caching (Authcache) 7.2

Same name in this branch
  1. 7.2 modules/authcache_debug/authcache_debug.api.php \authcache_p13n_authcache_debug_exclude()
  2. 7.2 modules/authcache_p13n/authcache_p13n.module \authcache_p13n_authcache_debug_exclude()

Implements hook_authcache_debug_exclude().

Related topics

File

modules/authcache_p13n/authcache_p13n.module, line 1247
Provides methods for serving personalized content fragments.

Code

function authcache_p13n_authcache_debug_exclude() {
  if (authcache_p13n_is_authcache_p13n_request()) {
    return TRUE;
  }
}