Support

Account

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 🙂