You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
/**
* @deprecated If you really need to do that manually, use the AutoDataSource-Class instead.
*/
function geoip_detect_update() {
_doing_it_wrong('Geolocation IP Detection: geoip_detect_update', ' If you really need to do that manually, use the AutoDataSource-Class instead.', '2.4.0');
$s = new \YellowTree\GeoipDetect\DataSources\Auto\AutoDataSource();
return $s->maxmindUpdate();
}
/**
* @deprecated since 2.4.0
* @return string
*/
function geoip_detect_get_abs_db_filename()
{
_doing_it_wrong('Geolocation IP Detection: geoip_detect_get_abs_db_filename', 'geoip_detect_get_abs_db_filename should not be called directly', '2.4.0');