Support

Account

Home Forums General Issues Importing serialized post_meta into ACF fields Reply To: Importing serialized post_meta into ACF fields

  • HI @ryangiglio

    In this case, you need to unserialize the data and then use the update_field() function to update the fields.

    I hope this helps 🙂