Contributors: shooper
Donate link: http://shawnhooper.ca/
Tags: multisite, wpcli, database
Requires at least: 4.0
Tested up to: 6.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Finds and delete orphaned tables in a WordPress Multisite network using WP-CLI.
NOTE: This plugin requires you to be running the WP-CLI command line library.
Finds and delete orphaned tables in a WordPress Multisite network using WP-CLI. Useful when plugins don't properly clean up their tables after deletion in a multisite network.
/wp-content/plugins/delete-orphaned-multisite-tables/
directorywp plugin activate delete-orphaned-multisite-tables
wp multisite-db list
from the command-linewp multisite-db delete --force
from the command-line