reset_the_repeater_field()
No Hooks.
Returns
null. Nothing (null).
Usage
reset_the_repeater_field();
reset_the_repeater_field() reset the repeater field code ACF 6.8.8
function reset_the_repeater_field() {
return reset_rows();
}
No Hooks.
null. Nothing (null).
reset_the_repeater_field();
function reset_the_repeater_field() {
return reset_rows();
}