ACF_Data::reset
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() ACF Data::reset code ACF 6.0.4
function reset() {
$this->data = array();
$this->aliases = array();
}