Home › Forums › Bug Reports › Attachment Taxonomy Multi-Select not saving › Reply To: Attachment Taxonomy Multi-Select not saving
I found the issue and now it is about trying to find the solution.
Open wp-includes/js/media-views.js
Line: 8353
_.each( this.$el.serializeArray(), function( pair ) {
data[ pair.name ] = pair.value;
});
This is the js code wordpress is using to collect the form data for submission. It effectively removes the array submitted. I submitted this as a bug on their forums but we will see how they reply.
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.