ACF\AI\GEO\Outputs

Posts::__constructpublicACF 6.8.0

Constructor

Method of the class: Posts{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 6.8.0 Introduced.

Posts::__construct() code ACF 6.8.8

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