MariaDB / wordpress-mariadb-health-checks

MariaDB health checks plugin for WordPress
GNU General Public License v2.0
39 stars 9 forks source link

On uninstall, delete the tables #10

Closed LinuxJedi closed 1 year ago

LinuxJedi commented 1 year ago

When the plugin is uninstalled (deleted, not deactivated), we should delete all the contents we added to the WordPress site, like "options" or "database tables".

We can use the uninstall.php file.

Issue originally created by @javiercasares in the original Hackathon repo.

LinuxJedi commented 1 year ago

Implemented in #36