Home › Forums › General Issues › Migrate away from ACF › Reply To: Migrate away from ACF
It would not be an easy process, and you’d need to work directly with the db.
The first step would be to search the meta_value column of the db in the _termmeta, _postmeta, _usermeta and _commentmeta tables looking for any values that starts with “field_%”. You would also need to search for the same thing in the option_value column of the _options table. These are the field key references.
The meta_key value will look something like “_some_field_name”. If you remove the initial underscore you will have the meta_key where the actual field value is stored.
All of these would need to be deleted.
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.