You are here

function google_tag_enable in GoogleTagManager 7

Same name and namespace in other branches
  1. 7.2 google_tag.install \google_tag_enable()

Implements hook_enable().

File

./google_tag.install, line 13
Provides install, update, and uninstall functions.

Code

function google_tag_enable() {
  global $_google_tag_display_message;
  $_google_tag_display_message = TRUE;
  google_tag_assets_create();
}