acf_fields::__constructpublicACF 5.4.0

__construct

This function will setup the class functionality

Method of the class: acf_fields{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 5.4.0 Introduced.

acf_fields::__construct() code ACF 6.0.4

function __construct() {
	/* do nothing */
}