Home › Forums › Backend Issues (wp-admin) › update_field for Taxonomy as additive/incremental? › Reply To: update_field for Taxonomy as additive/incremental?
No. ACF will not use the append flag. The problem with the append flag is that if a term is removed from a taxonomy field and save/load terms is turned on that no terms will ever be removed from the relationships created by WP. This question has come up in the past. The only solution is to not use save/load terms and create your own acf/save_post filter that does a check of all the taxonomy fields involved and then add remove terms in WP yourself.
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.