Home › Forums › Bug Reports › get_row doesn't reset in a have_rows loop › Reply To: get_row doesn't reset in a have_rows loop
I could be wrong, but it looks to me like an issue with the cached value of the previous row. I’ve reported it to the developer.
In the mean time could you try adding this before getting each row
$post_id = $post->ID;
$field_name = 'content_sections'
acf_delete_cache("format_value/post_id={$post_id}/name={$field_name}");
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.