You are here

public function mylivechat::install_codes in My Live Chat 6

Same name and namespace in other branches
  1. 7 mylivechat.php \MyLiveChat::install_codes()

File

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

Class

mylivechat
@file MyLiveChat module for Drupal

Code

public function install_codes() {
  $this
    ->add_tracking_code();
}