ACF\AI\GEO
GEO::__construct
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() GEO:: construct code ACF 6.8.8
public function __construct() {
$this->init();
}