Home › Forums › General Issues › Taxonomy Issues in Version 4.4.1+ › Reply To: Taxonomy Issues in Version 4.4.1+
Thanks for the info.
Can you confirm that the terms are saved to ‘Blog 2’ before the ‘save_post’ action is called?
Perhaps due to data available in $_POST['fields']
and cached field data that ACF is attempting to save…
Can you do some debugging in the core/fields/taxonomy.php
file.
There is a function called set_terms and perhaps this is the function which is running on blog2 when it shouldn’t be.
Can you place some debug code in that function and see if it runs on blog2? Perhaps the solution is to clear the value of $this->set_terms
after the foreach loop on line 253
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.