hi,
i have a repeater-setting - assigned to an options page. after upgrade from the last 3.5 version to 4.0 the backend is charming like before, but on frontend i get no values.
- the new options plugin is installed
- backend functionality is fine
- saving/adding new rows to the repeater is fine
on frontend i do:
$field = the_repeater_field("my_options_field", "option");
new dbug($field);
until ACF 3.5.8.1 this returns an array, now it returns FALSE.
repeater-settings assigned to posts/pages/custom post types do well.