ACF Repeater loops and resets – where is the reset_rows() documentation? [closed]

It’s not in the documentation mainly because it’s an internal function, they weren’t expecting you to use or need it. have_rows() checks to see whether there is a currently active loop- if not, it creates a global with your repeater rows; if so, it picks up where you left off- then it lets you know … Read more