If you need to uninstall the Drop Print plugin, you can do so from the ‘Plugins’ page in your WordPress admin dashboard.
When you deactivate and delete the plugin, it will clean up some data from your WordPress database. Specifically, it will remove:
- All plugin settings stored in the
wp_options
table (likedrop_print_settings
). - Any scheduled CRON events used for syncing pricelists.
However, to prevent accidental and irreversible data loss, the uninstallation process will not remove the following:
- Your Artwork: Any encrypted
.afp
files you have uploaded will remain in your/wp-content/uploads/drop-print/
directory. - The Uploads Directory: The
/wp-content/uploads/drop-print/
directory and its sub-directories will not be deleted. - Product Data: The “Print Dimensions” global attribute and any metadata (
_drop_print_meta
) attached to your products will be kept. This means your product variations will not be deleted.
If you wish to completely remove all traces of the plugin, you would need to manually delete the directory and the product attribute after uninstallation.