Spy options
ClassicPress plugin: get a list of which plugin use which option and delete unused ones.
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/xxsimoxx/spy-options/releases/download/1.2.3/spy-options-1.2.3.zipReadme

Spy options
Get a list of which plugin use which option and delete unused ones.
This plugin catches other plugins adding/updating options and log options for each plugin.
This plugin is not intended to run in production.
When creating a new website, it is common to experiment with multiple plugins to achieve the desired functionality. When the site is finished, this plugin helps to clean up the database from options that are no longer necessary, allowing you to delete all the options of one or more plugins. Clicking on an option will show the option's value. Options displayed in darker gray are core options, and will not be deleted.
Make sure you have a working backup of your database before proceeding to clear options.
This plugin is built for ClassicPress.
Read the full README on GitHub →