Support

Account

Home Forums Add-ons Repeater Field When using the repeater plugin, what should I do if there is no value? Reply To: When using the repeater plugin, what should I do if there is no value?

  • You cannot use have_rows() or get_sub_field() when you already have the array and you’ve removed the values in question. What you did with the array has no effect on what will be returned by ACF.

    You need to loop over the nested arrays.