This filter is applied to the value of the results of the geolocation functionality. Useful to override the geolocation functionality with your own.
$country = apply_filters( 'slimstat_get_country', 'xx', $_ip_address );
Modified on: Thu, 30 Jul, 2015 at 12:26 PM
This filter is applied to the value of the results of the geolocation functionality. Useful to override the geolocation functionality with your own.
$country = apply_filters( 'slimstat_get_country', 'xx', $_ip_address );
Did you find it helpful? Yes No
Send feedback