AdvancedCustomFields / acf

Advanced Custom Fields
http://advancedcustomfields.com/
823 stars 168 forks source link

Cleaning unused meta fields. Custom addon development #865

Open styurenkov-b2broker opened 10 months ago

styurenkov-b2broker commented 10 months ago

Hi, we are making an addon, that cleans up all acf related meta fields, that are no longer registered in dashboard.

Logic is:

However, we found out, that fields that are registered from code, not from dashboard are also removed this way. Is there a recommended way for "code registered" fields to appear in the database as well? or any other recommendation to avoid them being deleted?

Thank you!