Geolocation dosent work in canadda
-
Geolocation dosent work in canada.
I did all the steps to troubleshoot and generated another maxmind key
also, added this code in functionns.php and it dosent work
add_filter( ‘woocommerce_geolocate_ip’, ‘lazypetstore_cf_country’ );
function lazypetstore_cf_country( $country ) {
return ! empty( $_SERVER[‘HTTP_CF_IPCOUNTRY’] ) ? $_SERVER[‘HTTP_CF_IPCOUNTRY’] : $country;
}`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Geolocation dosent work in canadda’ is closed to new replies.