Home › Forums › General Issues › Can't figure out connection between old(php driven) ACF data › Reply To: Can't figure out connection between old(php driven) ACF data
ACF finding the data is dependent on a combination of the field name (meta_key) and the field_key for each field.
In addition to this there was a change not long ago that effectively makes in impossible to get field values for fields not defined by an acf field so getting a value for a field depends on field_key existing and corresponding to the field name.
If either the field key or field name is changed then it is very likely you will not be able to get the data saved under the old field name/field key combination.
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.