Home › Forums › General Issues › getting field value – acf/save_post › Reply To: getting field value – acf/save_post
field_609103a4249a4 is the unique field key for the field. Because the field name can be changed this is what ACF uses to identify the field. This value never changes. You can see these field keys when editing a field group. Top of the page => Page Options, check the box for field keys.
When using acf/save_post if you use a priority of > 10 for your action then you can get the values from the DB by using ACF functions rather than trying to look in $_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.