Home › Forums › Add-ons › Repeater Field › Repeater Loop Limited Return of Data › Reply To: Repeater Loop Limited Return of Data
Hi @jwood01
It’s possible that there’s a function on your site that modifies the repeater value. Could you please try to reproduce the issue on one of the WordPress’ stock themes (like Twenty Sixteen) with other plugins deactivated? If it disappears, then you can activate the theme and plugins one by one to see which one causes the issue.
Also could you please debug the repeater value like the following?
echo "</pre>";
var_dump( get_field('repeater_field_name') );
echo "<pre>";
Thanks 🙂
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.