You are here

function google_tag_flush_caches in GoogleTagManager 7

Same name and namespace in other branches
  1. 7.2 google_tag.module \google_tag_flush_caches()

Implements hook_flush_caches().

This is called from system_cron() and drupal_flush_all_caches().

File

./google_tag.module, line 72
Provides primary Drupal hook implementations.

Code

function google_tag_flush_caches() {
  google_tag_assets_create();
}