Home › Forums › Backend Issues (wp-admin) › Why isn't acf/save_post firing? › Reply To: Why isn't acf/save_post firing?
Hi @yazminmedia
You can get the existing custom field value using the get_field() function and the new value using $_POST["acf"]["field_1234567890"]
, where “field_1234567890” is the field key of your custom field.
I hope this helps 🙂
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.