ACF_Data::reset
reset
Resets the data.
Method of the class: ACF_Data{}
No Hooks.
Returns
void. 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.8.8
function reset() {
$this->data = array();
$this->aliases = array();
}