You are here

public function MyLiveChat::add_tracking_code in My Live Chat 7

Same name and namespace in other branches
  1. 6 mylivechat.php \mylivechat::add_tracking_code()

Install tracking code

1 call to MyLiveChat::add_tracking_code()
MyLiveChat::install_codes in ./mylivechat.php

File

./mylivechat.php, line 117
MyLiveChat module for Drupal

Class

MyLiveChat
@file MyLiveChat module for Drupal

Code

public function add_tracking_code() {
  if ($this
    ->is_installed() == FALSE) {
    return FALSE;
  }
}