Home › Forums › Backend Issues (wp-admin) › Field updates AFTER post update › Reply To: Field updates AFTER post update
ACF will not update the values before the post is saved.
You can:
— use the acf/save_post hook instead of the WP hook
— you can get the new values from $_POST[‘acf’] instead of using get_field()
both are explained here https://www.advancedcustomfields.com/resources/acf-save_post/
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.