Home › Forums › General Issues › Convert existing Magic Fields to ACF fields › Reply To: Convert existing Magic Fields to ACF fields
Hi @genuino
Currently, there is no way (that I know of) to convert the field objects from another plugin to ACF field objects.
I would assume that magic fields saves it’s value data to the wp_postmeta table using the field_name as the meta_key column. This is also the way that ACF saves it’s data.
If this is true, then both plugins will load and save data the same way. All you will need to do is deactivate Magic Fields and then re-create the field objects in ACF using the same field_names
Does that make sense?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.