Home › Forums › Backend Issues (wp-admin) › What are these underscore fields in database? › Reply To: What are these underscore fields in database?
I don’t think there is documentation specifically on this. These are the field key reference to each field. This is how ACF knows what field the value belongs to so it knows how to handle that value. There is a paragraph explain it on this page https://www.advancedcustomfields.com/resources/update_field/
How you create this value depends on how you are migrating the database. All meta values should be copied with importing.
A bigger problem that you’re going to have is any field that is storing an ID value, for example, image, gallery, post object and relationship field all store post IDs of the related object. Most imports create new IDs for posts and this means that all of the existing values will be wrong.
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.