Support

Account

Home Forums Backend Issues (wp-admin) meta keys generated by ACF Reply To: meta keys generated by ACF

  • Each field in ACF has two entries in the database.

    your_field_name contains the value of your field

    _your_field_name holds the ACF field key that tells ACF how to find an use the value in the first one.

    and explanation of this can be found here http://www.advancedcustomfields.com/resources/get_field_object/