WC_Geolite_Integration::__construct
Constructor.
Method of the class: WC_Geolite_Integration{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Geolite_Integration = new WC_Geolite_Integration(); $WC_Geolite_Integration->__construct( $database );
- $database(string) (required)
- MaxMind GeoLite2 database path.
WC_Geolite_Integration::__construct() WC Geolite Integration:: construct code WC 10.3.6
public function __construct( $database ) {
$this->database = $database;
}