Added a deprecation notice for the GEOLITE2_DB constant

This commit is contained in:
Christopher Allford 2020-01-09 16:21:33 -08:00
parent 72a84911ea
commit 6af0edfd94
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class WC_Geolocation {
* GeoLite2 DB. * GeoLite2 DB.
* *
* @since 3.4.0 * @since 3.4.0
* @deprecated 3.9.0
*/ */
const GEOLITE2_DB = 'http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz'; const GEOLITE2_DB = 'http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz';