ACF\AI\GEO

GEO::__constructpublicACF 6.8.0

Constructs the GEO class.

Method of the class: GEO{}

No Hooks.

Returns

void. Nothing (null).

Usage

$GEO = new GEO();
$GEO->__construct();

Changelog

Since 6.8.0 Introduced.

GEO::__construct() code ACF 6.8.8

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