Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shawnhooper/delete-orphaned-multisite-tables
Finds and delete orphaned tables in a WordPress Multisite network.
https://github.com/shawnhooper/delete-orphaned-multisite-tables
Last synced: about 1 month ago
JSON representation
Finds and delete orphaned tables in a WordPress Multisite network.
- Host: GitHub
- URL: https://github.com/shawnhooper/delete-orphaned-multisite-tables
- Owner: shawnhooper
- License: gpl-3.0
- Created: 2016-02-09T01:15:27.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T20:02:45.000Z (over 2 years ago)
- Last Synced: 2024-02-15T17:33:36.436Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 40
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wp-developer-tools - Cleanup Multisite DB Tables (WP-CLI Custom Command) - Finds and delete orphaned tables in a WordPress Multisite network using WP-CLI. (WordPress Plugins)
README
# Cleanup Multisite DB Tables (WP-CLI Custom Command) #
**Contributors:** [shooper](https://profiles.wordpress.org/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.htmlFinds and delete orphaned tables in a WordPress Multisite network using WP-CLI.
## Description ##
*NOTE:* This plugin requires you to be running the [WP-CLI](http://wp-cli.org/) 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.## Installation ##
1. Upload this plugin's to the `/wp-content/plugins/delete-orphaned-multisite-tables/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress or by using the WP-CLI command: `wp plugin activate delete-orphaned-multisite-tables`## Usage ##
### How can I find orphaned Multisite tables ###
1. Run `wp multisite-db list` from the command-line
### How can I delete orphaned Multisite tables ###
1. Run `wp multisite-db delete --force` from the command-line
## Changelog ##
### 1.0.1 ###
* Updated build dependencies to fix critical vulnerability in Grunt### 1.0 ###
* First release. Allows listing & deleting of orphaned tables.