Wrong value of ACF empty fields
-
While exporting custom fields created with ACF, if field has an empty value than plugin, instead of just leaving the field empty, inserts ACF field name instead.
For example:
In the CSV file, plugin creates a column nameddescriptionfor custom field nameddescription. If for a given post this field is empty (but stored in the database) it, instead of empty value, saves string “field_description”, which is a field name used in ACF configuration. It apparently gets this value from a hidden meta field_descriptionthat ACF creates.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Wrong value of ACF empty fields’ is closed to new replies.