ACF::__constructpublicACF 5.0.0

A dummy constructor to ensure ACF is only setup once.

Method of the class: ACF{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 5.0.0 Introduced.

ACF::__construct() code ACF 6.8.8

public function __construct() {
	// Do nothing.
}