Hello @wbenterprises ,
The ‘_cdp_origin’ key is created to track the origin of copied posts. For example, when you duplicate the ‘Hello World’ post, a ‘_cdp_origin’ meta key is created, linking the new post to the original one as its source.
Regarding why posts keep multiplying the ‘_cdp_origin’ meta keys in the WordPress database with this plugin:
This occurs when you copy an already copied post. The ‘_cdp_origin’ meta key is created multiple times, not just once. If you copy a copy, it will create 2 ‘_cdp_origin’ meta keys. If you copy a copy of a copied post, it will create 3, and so on.
Can these be safely cleaned up?
Yes, removing these meta keys will not cause any problems, as they are primarily used for renaming posts and tracking the original post, as mentioned above.
Do they go away when the plugin is uninstalled?
Currently, no. However, we will update the uninstall script to delete these meta keys upon plugin uninstallation in a future update.
We appreciate your feedback, as it helps us improve the plugin. If you have any further questions or concerns, please don’t hesitate to ask.