You are here

function cookies_facebook_pixel_install in COOKiES Consent Management 1.0.x

Implements hook_install().

File

modules/cookies_facebook_pixel/cookies_facebook_pixel.install, line 11
Installation information for the 'COOKiES Facebook Pixel' module.

Code

function cookies_facebook_pixel_install() {

  // Load cookies_ga module after the third-party library.
  module_set_weight('cookies_facebook_pixel', 11);
}