Exclude Server IP
-
Hi, it is possible to exclude own Server IP from Tracking, because my Server do alot of requests and every time the trigger klicks go up.
regards
Update: sorry found it add_filter(‘ifso_exclude_from_geo’,function($exclude){ $exclude[‘ip’] = [‘XX.XX.XXX.XXX’,’YY.YYY.YYY.YYY’]; return $exclude; });
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.