Home › Forums › General Issues › What are the postmeta starting with _? › Reply To: What are the postmeta starting with _?
Probably, unless it is a sub field.
Generally, it’s not a good idea to insert values into the DB without using ACF update_field() using the field key as I mentioned above, or not inserting the field key reference if you’re using some other way to insert the data. Because of the various ways that fields can be added there isn’t any way to predict what might not work. The only way that you can be sure that things will work is if you edit and update every post in the admin after the data is added which likely defeats the purpose of adding it any other way. All import plugins that are ACF aware manage this.
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.