Conversation
supportHi, 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; }); This topic was modified 1 year, 9 months ago by spielo .
Great:) I’ll just include a link to the relevant documentation page in case some else is interested in doing the same: https://www.if-so.com/faq-items/the-geolocation-session-count-doesnt-seem-to-behave-as-expected/
Hi, is it possible to clear the Geolocation Sessions Log Analysis? Or is the only way to clear the logs per ftp in plugin logs? This reply was modified 1 year, 9 months ago by spielo .
Hi @spielo , The log file is located at: WORDPRESS_ROOT/wp-content/plugins/if-so/logs/geo_request.log You can safely delete this file, and a new one will be automatically created. We’re also adding an option to clear the log directly from the WordPress admin in our next version.
Great:) I’ll just include a link to the relevant documentation page in case some else is interested in doing the same: https://www.if-so.com/faq-items/the-geolocation-session-count-doesnt-seem-to-behave-as-expected/
Hi, is it possible to clear the Geolocation Sessions Log Analysis? Or is the only way to clear the logs per ftp in plugin logs? This reply was modified 1 year, 9 months ago by spielo .
Hi @spielo , The log file is located at: WORDPRESS_ROOT/wp-content/plugins/if-so/logs/geo_request.log You can safely delete this file, and a new one will be automatically created. We’re also adding an option to clear the log directly from the WordPress admin in our next version.