=== Resetify === Contributors: dominopress Tags: reset, database reset, cleanup, database, tool Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Resetify is a basic reset plugin for WordPress. == Description == Resetify allows you to quickly reset your WordPress site content to its default state. This simple yet powerful tool is perfect for developers and site administrators who need to clear out test data, posts, pages, and comments without reinstalling WordPress. **Current Features:** * **Content Reset:** Deletes all Posts, Pages, Comments, and Permalinks/Terms. * **Safety First:** Requires a text confirmation ("reset") to prevent accidental data loss. * **User Safe:** Does not delete Users or essential User capabilities. * **Settings Safe:** Preserves site settings (Site Title, URL, Admin Email) in this version. **Upcoming Features:** * Full Database Reset (including Options with exclusions) * Custom Table Reset * Snapshots == Installation == 1. Upload the `resetify` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to `Tools > Resetify`. 4. Type "reset" in the confirmation box and click "Reset Content". == Frequently Asked Questions == = Does this delete my users? = No, the current version only resets content (Posts, Pages, Comments, Terms). Admin accounts and other users remain intact. = Does this delete my theme settings? = No, theme settings (usually stored in `wp_options`) are preserved in this version. = Can I undo the reset? = No, the reset process is permanent. Please make sure you have a backup if you are unsure. == Screenshots == 1. The main Resetify interface under Tools. == Changelog == = 1.0.0 = * Initial release.