Home › Forums › Pre-purchase Questions › How to replace existing plugin fields with ACF fields? › Reply To: How to replace existing plugin fields with ACF fields?
There is not likely a simple 1-to-1 replacement, but it depends on how that other plugin stores values which I am not familiar with.
If the plugin stores every value as a separate meta field the way ACF does and the data that it stores is the same as what ACF stores then you can create fields with the same field names and ACF will automatically pull in and save the field to the right place.
However, if the fields are not stored the same as ACF then you would need to use new field names and create an acf/save_post action and in this action you would need to get the ACF field values and convert them whatever the other plugin requirements that other plugin requires and then update the values to the other plugin’s fields.
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.