ACF_Ajax::__constructpublicACF 5.7.2

__construct

Sets up the class functionality.

Method of the class: ACF_Ajax{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 5.7.2 Introduced.

ACF_Ajax::__construct() code ACF 6.0.4

function __construct() {
	$this->initialize();
	$this->add_actions();
}