Home › Forums › ACF PRO › Admin email notification on change of User ACF Field › Reply To: Admin email notification on change of User ACF Field
To detect changes in ACF field values you must use an acf/save_post action with a priority of < 10. In this filter you need to compare the values in $_POST[‘acf’] with the corresponding field values by using get_field().
It appears that code is doing much the same thing, but I cannot say if that function is running before ACF saves values.
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.