ACF\AI\GEO

FieldSettings::__constructpublicACF 6.8.0

Constructs the FieldSettings class.

Method of the class: FieldSettings{}

No Hooks.

Returns

void. Nothing (null).

Usage

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

Changelog

Since 6.8.0 Introduced.

FieldSettings::__construct() code ACF 6.8.8

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