https://github.com/josephfusco/wp-self-destruct
Wipe out your entire site with one click, including the database.
https://github.com/josephfusco/wp-self-destruct
localhost-management wordpress-plugin wp-cli
Last synced: 11 months ago
JSON representation
Wipe out your entire site with one click, including the database.
- Host: GitHub
- URL: https://github.com/josephfusco/wp-self-destruct
- Owner: josephfusco
- License: gpl-3.0
- Created: 2016-12-04T11:50:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T16:47:23.000Z (over 7 years ago)
- Last Synced: 2025-05-12T19:49:00.124Z (about 1 year ago)
- Topics: localhost-management, wordpress-plugin, wp-cli
- Language: PHP
- Homepage:
- Size: 24.4 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Self Destruct [](https://img.shields.io/badge/clout-100%25-green.svg)
A WordPress plugin to wipe out your entire site with one click, including the database.
**WARNING:** This is a tool intended for local development only! Please exercise caution.
## Command Line
Once activated, you can interact with this plugin via [WP-CLI](http://wp-cli.org/).
**Destroy Site:**
```
wp destroy
```
**Destroy site skipping confirmation:**
```
wp destroy --yes
```