I have a few fields in user_meta (delivery_day, delivery_route, etc) with existing data. Is it possible to simply import and manage these fields and preserve the same field names with ACF without manipulating the existing user_meta records?
As a background: The purpose of wanting to do this is to use the “Admin Columns” plug-in and their ACF support to filter our WooCommerce orders by this User meta.
Any thoughts or suggestions would be appreciated.