From b072cc1f9eafd8759eb4da7c641481cf2c2d8766 Mon Sep 17 00:00:00 2001 From: Pierre Carrier Date: Sun, 20 Feb 2022 12:42:43 -0500 Subject: [PATCH] includes/class-wc-geolocation.php: bot.whatismyipaddress.com gone, tnedi.me new --- plugins/woocommerce/includes/class-wc-geolocation.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/woocommerce/includes/class-wc-geolocation.php b/plugins/woocommerce/includes/class-wc-geolocation.php index d47ac659386..2e02d855890 100644 --- a/plugins/woocommerce/includes/class-wc-geolocation.php +++ b/plugins/woocommerce/includes/class-wc-geolocation.php @@ -45,10 +45,10 @@ class WC_Geolocation { * @var array */ private static $ip_lookup_apis = array( - 'ipify' => 'http://api.ipify.org/', - 'ipecho' => 'http://ipecho.net/plain', - 'ident' => 'http://ident.me', - 'whatismyipaddress' => 'http://bot.whatismyipaddress.com', + 'ipify' => 'http://api.ipify.org/', + 'ipecho' => 'http://ipecho.net/plain', + 'ident' => 'http://ident.me', + 'tnedi' => 'http://tnedi.me', ); /**