reset_the_repeater_field()ACF 1.0

No Hooks.

Returns

null. Nothing (null).

Usage

reset_the_repeater_field();

reset_the_repeater_field() code ACF 6.8.8

function reset_the_repeater_field() {

	return reset_rows();
}