Support

Account

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.