Nuke Comments
Ever find your wordpress filled with spam comments? NUKE 'EM ALL!
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/davecamerini/wp-nuke-comments/archive/refs/heads/main.zipNuke Comments Plugin for WordPress
Description
The Nuke Comments plugin for WordPress is a simple and effective tool that allows you to empty the wp_comments table in your WordPress database. This plugin is useful for developers and site administrators who need to clear out comments quickly without manually accessing the database.
Features
- Empty Comments Table: Easily empty the
wp_commentstable from the WordPress admin dashboard. - User-Friendly Interface: A straightforward interface integrated into the WordPress admin menu.
- Confirmation Prompt: A confirmation dialog appears to prevent accidental deletion of comments.
Installation
-
Download the Plugin: Download the plugin ZIP file from the repository or clone the repository to your local machine.
-
Upload the Plugin:
- Go to your WordPress admin dashboard.
- Navigate to Plugins > Add New.
- Click on Upload Plugin and select the downloaded ZIP file.
- Click Install Now and then Activate the plugin.
-
Access the Plugin: After activation, you will find the "Nuke Comments" option in the WordPress admin menu.
Usage
- Navigate to Nuke Comments in the WordPress admin menu.
- You will see a button labeled Nuke Comments.
- Click the button, and a confirmation prompt will appear asking if you are sure you want to delete all comments.
- Confirm your action, and all comments will be deleted from the
wp_commentstable.
Requirements
- WordPress 4.0 or higher
- PHP 5.6 or higher
- MySQL 5.0 or higher
Troubleshooting
- If you encounter issues with the plugin, ensure that you have the necessary permissions to manage comments in WordPress.
- Check the
wp-content/debug.logfile for any error messages if the plugin fails to function as expected.
Contributing
Contributions are welcome! If you have suggestions for improvements or find bugs, please open an issue or submit a pull request.
License
This plugin is licensed under the MIT License. See the LICENSE file for more information.
Author
Developed by Davecamerini (https://www.davecamerini.com) - info@davecamerini.com (mailto:info@davecamerini.com)