WC_Integration_MaxMind_Geolocation::get_database_service()
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() WC Integration MaxMind Geolocation::get database service code WC 7.5.1
public function get_database_service() { return $this->database_service; }