Home › Forums › General Issues › Update Taxonomy of posts selected by acf relation field › Reply To: Update Taxonomy of posts selected by acf relation field
You would need to add an acf/save_post filter https://www.advancedcustomfields.com/resources/acf-save_post/
In this filter you would test to see if you are saving a term in your taxonomy. If you are then you would get the field and call wp_set_post_terms() for each post in the relationship field https://codex.wordpress.org/Function_Reference/wp_set_post_terms
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.