public function MyLiveChat::add_tracking_code in My Live Chat 7
Same name and namespace in other branches
- 6 mylivechat.php \mylivechat::add_tracking_code()
Install tracking code
1 call to MyLiveChat::add_tracking_code()
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;
}
}