Home › Forums › Backend Issues (wp-admin) › Reset ACF Field after Publish Post › Reply To: Reset ACF Field after Publish Post
You should try using the acf/save_post action. If I’m not mistaken ACF saves field content after WP finishes updating and this would probably include the transition_post_status hook. This means that your update field is probably working but that ACF is saving the value after you have updated it. Actually, I’m not 100% certain of this without testing, but it’s the first thing I’d look at.
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.