You are here

function authcache_p13n_authcache_request_exclude in Authenticated User Page Caching (Authcache) 7.2

Implements hook_authcache_request_exclude().

File

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

Code

function authcache_p13n_authcache_request_exclude() {
  if (authcache_p13n_is_authcache_p13n_request()) {
    return t('Authcache personalization');
  }
}