PHP code example of webgriffe / trackjs-extension

1. Go to this page and download the library: Download webgriffe/trackjs-extension library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

webgriffe / trackjs-extension example snippets

 echo $this->getChildHtml('webgriffe_trackjs_script'); 
 unset($this->_childrenHtmlCache['webgriffe_trackjs_script']); 
 $this->unsetChild('webgriffe_trackjs_script');