public function mylivechat::add_tracking_code in My Live Chat 6
Same name and namespace in other branches
- 7 mylivechat.php \MyLiveChat::add_tracking_code()
Install tracking code
1 call to mylivechat::add_tracking_code()
File
- ./
mylivechat.php, line 118 - MyLiveChat module for Drupal
Class
- mylivechat
- @file MyLiveChat module for Drupal
Code
public function add_tracking_code() {
if ($this
->is_installed() == FALSE) {
return FALSE;
}
}