slimstat_tracking_code
-
hi,
to avoid the creation of the cookie slimstat_tracking_code it’s necessary to change two rows of code in slimstat.php . In short we’ve to modify this:
$is_set_cookie = apply_filters('slimstat_set_visit_cookie', true);with this:
$is_set_cookie = apply_filters('slimstat_set_visit_cookie', false);but after the plugin upgrade, the change is lost. I know that slimstat_tracking_code contains an hash to distinguish the different visitors of a web site, and it can be useful if two or more visitors have the same IP.
But in my company they prefer to avoid the creation of the cookie without anonymizing the IP of the visitors, so I ask if it’s possibile, in the future versions of Slimstat, to have a checkbox to disable, once and for all, the slimstat_tracking_code.
The topic ‘slimstat_tracking_code’ is closed to new replies.