Home › Forums › General Issues › Updating ACF fields not in a post › Reply To: Updating ACF fields not in a post
Hi @canobeans
Could you please make sure that the field key is correct? Could you please try to update it manually like this:
update_field('field_123456789abc', 'the value', '99');
Where ‘field_123456789abc’ is the field key you want to update and ’99’ is the post ID you want to update.
Thanks 🙂
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.