GlisWeb framework
_680.hotjar.php
Vai alla documentazione di questo file.
1 <?php
2 
25  // profili di Hotjar analytics
26  $cf['hotjar']['profiles'][ TESTING ]['id'] =
27  $cf['hotjar']['profiles'][ PRODUCTION ]['id'] = NULL;
28 
29  // configurazione extra
30  if( isset( $cx['hotjar'] ) ) {
31  $cf['hotjar'] = array_replace_recursive( $cf['hotjar'], $cx['hotjar'] );
32  }
33 
34 ?>
const PRODUCTION
Definition: _000.debug.php:61
const TESTING
Definition: _000.debug.php:60
$cf['hotjar']['profiles'][TESTING]['id']
Definition: _680.hotjar.php:26