Home › Forums › General Issues › Count repeater rows, add rows, recount = same result value › Reply To: Count repeater rows, add rows, recount = same result value
I’ll post the reply from support in case this helps anyone else. I don’t quite understand the acf/save_post feature yet but I’ll try and work it out.
To get the new values of the number of rows that have been added, I would recommend you call the get_field() function from the acf/save_post and then get the new count so that it can reflect the new values after the update_field() has been called.
You will need to call the action with a priority of greater than 10 to get the new values.
Please have a look at the following resource page for more info on this: https://www.advancedcustomfields.com/resources/acfsave_post/
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.