includes/class-wc-geolocation.php: bot.whatismyipaddress.com gone, tnedi.me new

This commit is contained in:
Pierre Carrier 2022-02-20 12:42:43 -05:00
parent acb288ceb5
commit b072cc1f9e
No known key found for this signature in database
GPG Key ID: 035526F2EBE4EA5A
1 changed files with 4 additions and 4 deletions

View File

@ -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',
);
/**