WC_Integration_MaxMind_Database_Service::__construct( string|null $database_prefix )

WC_Integration_MaxMind_Database_Service constructor.


Description Description


Parameters Parameters

$database_prefix

(Required) A prefix for the MaxMind database filename.


Top ↑

Source Source

File: includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-database-service.php

	public function __construct( $database_prefix ) {
		$this->database_prefix = $database_prefix;
	}


Top ↑

User Contributed Notes User Contributed Notes

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