You are here

public function MyLiveChat::install_codes in My Live Chat 7

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

File

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

Class

MyLiveChat
@file MyLiveChat module for Drupal

Code

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