GlisWeb framework
_src
_config
_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
?>
PRODUCTION
const PRODUCTION
Definition:
_000.debug.php:61
TESTING
const TESTING
Definition:
_000.debug.php:60
$cf
$cf['hotjar']['profiles'][TESTING]['id']
Definition:
_680.hotjar.php:26
Generato Sab 25 Lug 2020 23:06:28 per GlisWeb framework da
1.8.13