WC_Integration_MaxMind_Geolocation::get_database_service()publicWC 1.0

Get database service.

Method of the class: WC_Integration_MaxMind_Geolocation{}

No Hooks.

Return

WC_Integration_MaxMind_Database_Service|null.

Usage

$WC_Integration_MaxMind_Geolocation = new WC_Integration_MaxMind_Geolocation();
$WC_Integration_MaxMind_Geolocation->get_database_service();

WC_Integration_MaxMind_Geolocation::get_database_service() code WC 7.5.1

public function get_database_service() {
	return $this->database_service;
}