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.
- As of yesterday, the get_fields function is returning a NULL for one field.
get_field('name', $post_id)
returns the value properly.
- Running a
var_dump
shows the field name in the array with a value of NULL
- 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