ACF_Ajax::initializepublicACF 5.7.2

initialize

Allows easy access to modifying properties without changing constructor.

Method of the class: ACF_Ajax{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 5.7.2 Introduced.

ACF_Ajax::initialize() code ACF 6.8.8

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