ACF_Data::resetpublicACF 5.7.10

reset

Resets the data.

Method of the class: ACF_Data{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Data = new ACF_Data();
$ACF_Data->reset();

Changelog

Since 5.7.10 Introduced.

ACF_Data::reset() code ACF 6.0.4

function reset() {
	$this->data    = array();
	$this->aliases = array();
}