Home › Forums › General Issues › Problem using update_field with user field › Reply To: Problem using update_field with user field
Hi @esedeerre
Hmm… On wp-admin, ACF saves the user ID as a string and that is why you get this: a:1:{i:0;s:1:”1″;}
therefore you should pass a string array of user IDs in update_field(…) to obtain the same results as in wp_admin i.e. something like this: array('1', '2', '3', ...);
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.