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();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.