Home › Forums › Backend Issues (wp-admin) › ACF/SAVE_POST › Reply To: ACF/SAVE_POST
Before ACF, with a priority of <10 you must use $field = $_POST['acf']['field_abc123'];
to get new values, the field name will not work. get_field()
, with either the field name or the field key will return the old values.
With a priorty >10 all methods of getting the values will return the new value.
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.