Home › Forums › General Issues › Add repeater row on post save, only if other field is updated › Reply To: Add repeater row on post save, only if other field is updated
HI @scferg
I would use the acf/save_post filter, according to the docs:
This action allows you to hook in before or after the $_POST data has been saved, making it useful to perform additional functionality when updating a post or other WP object.
If you’re trying to update a non-repeater field, then use update_field();
You could also look at acf/update_value I wonder if this may help more with the comparison side of things.
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.