Warning: This method has been deprecated. Extract files with PharData. Tool built into PHP since 5.3 instead.
WC_Geolocation::update_database()
Update geoip database.
Description Description
Source Source
File: includes/class-wc-geolocation.php
public static function update_database() { wc_deprecated_function( 'WC_Geolocation::update_database', '3.9.0' ); $integration = wc()->integrations->get_integration( 'maxmind_geolocation' ); $integration->update_database(); }
Changelog Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |