WC_Integration_MaxMind_Geolocation::get_database_service
Get database service.
Method of the class: WC_Integration_MaxMind_Geolocation{}
No Hooks.
Returns
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() WC Integration MaxMind Geolocation::get database service code WC 10.8.1
public function get_database_service() {
return $this->database_service;
}