WC_Geolite_Integration::__construct( string $database )

Constructor.


Description Description


Parameters Parameters

$database

(Required) MaxMind GeoLite2 database path.


Top ↑

Source Source

File: includes/class-wc-geolite-integration.php

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

Top ↑

User Contributed Notes User Contributed Notes

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