Support

Account

Home Forums Backend Issues (wp-admin) What are these underscore fields in database? Reply To: What are these underscore fields in database?

  • No, the field key reference is added for every field for every post.

    Rather than using add_post_meta() you can use the function update_field() using the field key for that field and ACF will manage it for you.