Home › Forums › Backend Issues (wp-admin) › Upgrading and Migrating ACF Lite fields › Reply To: Upgrading and Migrating ACF Lite fields
Hi @katmoody
The ‘lite version’ you speak of was the first attempt at a theme ready ACF. It is basically ACF v3 with a few admin files removed.
Nowadays, ACF is in v4 and contains a constant ACF_LITE which can be defined to enable this mode.
What you will need to do is remove the require code that is including acf lite. The wp-admin should still work correctly. If not, you will need to find any ACF code in the theme’s functions.php file and comment it out temporarily.
Head over to the plugins admin page and download the latest ACF v4.
Your fields are most likely not saved in the DB, but instead saved to a file which will be included somewhere in your theme. I’m not sure if there is a way to migrate this file data into the DB so you can edit it, but that will be up to you.
Good luck
Thanks
E
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!
CPT registration is coming to ACF! We demoed the new feature during the most recent session of ACF Chat Fridays. Check out the summary for the details. https://t.co/k2KQ3WWBAz
— Advanced Custom Fields (@wp_acf) March 7, 2023
© 2023 Advanced Custom Fields.
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 Cookie Policy. If you continue to use this site, you consent to our use of cookies.