Home › Forums › Add-ons › Repeater Field › Repeater Field not playing well using update_field() › Reply To: Repeater Field not playing well using update_field()
I can confirm that the update_field function is working correctly with the repeater field!
I just added a repeater field to a page, edited the page.php template and ran this code:
$repeater = get_field('repeater');
// append row
$repeater[] = $repeater[0];
update_field('repeater', $repeater);
Looking back at the wp-admin edit page, I can see an extra row in the data!
Could this issue be that you are running your code before the repeater field is being included (before init)?
Thanks
E
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.