https://github.com/jordanknott/db-cleaner
A simple WordPress database cleaner
https://github.com/jordanknott/db-cleaner
cleaner database-cleaner mysql php wordpress
Last synced: about 1 month ago
JSON representation
A simple WordPress database cleaner
- Host: GitHub
- URL: https://github.com/jordanknott/db-cleaner
- Owner: JordanKnott
- License: mit
- Created: 2017-10-18T17:21:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T17:25:04.000Z (over 8 years ago)
- Last Synced: 2025-03-27T02:31:02.488Z (about 1 year ago)
- Topics: cleaner, database-cleaner, mysql, php, wordpress
- Language: PHP
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress DB Cleaner #
A very simple plugin that lets you clean up tables left over from previous deleted sites on a multisite installation.
While WordPress will delete the tables it creates for a new site, tables created by plugins will remain.
This plugin adds a page under tools. In the textfield on this page, a list of site IDs can be given. The plugin will go through and delete all the tables that contain that ID.
Multiple IDs can be given my comma seperating them.
# License #
MIT License. A copy can be found in the root of this repository.