Support

Account

Home Forums Reply To:

  • background: 2 year old code stable code base that uses get_fields to return all values that have been previously saved to the post via update_field function.

    1. As of yesterday, the get_fields function is returning a NULL for one field.
    2. get_field('name', $post_id) returns the value properly.
    3. Running a var_dump shows the field name in the array with a value of NULL
    4. Validated that both the field_key and field_name has not changed.

    Does anyone have an idea or recommendation of what to look at in the database to determine what has changed? Perhaps there is an issue with the ACF relational data table?

    Thank you for your assistance.

    Jeff