Skip to content

Commit f841991

Browse files
committed
Updated readme.md
1 parent 5b2747f commit f841991

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Delete All Comments from WordPress Posts
22

33
**Contributors:** dallascrilley
4-
**Tags:** comments, moderation, spam, trash
4+
**Tags:** comments, moderation, spam, trash, disable comments
55
**Requires at least:** 5.0
66
**Tested up to:** 6.7.2
7-
**Stable tag:** 1.0
7+
**Stable tag:** 1.1.0
88
**License:** GPLv2 or later
99
**License URI:** [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html)
1010

@@ -14,12 +14,15 @@ Delete all or specific types of comments from your WordPress website via a simpl
1414

1515
This plugin adds a page under **Tools > WP Delete Comments** to enable deleting:
1616

17+
1. Delete all or specific types of comments:
1718
- All comments
1819
- Moderation/Pending comments
1920
- Approved comments
2021
- Spam comments
2122
- Trashed comments
2223

24+
2. Optionally disable future comments (so new posts won’t accept comments).
25+
2326
## Installation
2427

2528
1. Upload the `wp-delete-comments-plugin` folder to the `/wp-content/plugins/` directory.
@@ -34,7 +37,13 @@ Yes. The plugin calls `wp_delete_comment(..., true)`, which removes comments per
3437
### Is there any confirmation prompt?
3538
Currently, there's no separate confirmation prompt. Please use at your own risk and test on a staging site.
3639

40+
### How do I re-enable future comments?
41+
Simply uncheck the "Disable all future comments" box and submit again.
42+
3743
## Changelog
3844

45+
### 1.1
46+
- Feature: Option to disable all future comments from the same admin page
47+
3948
### 1.0
4049
- Initial Release

0 commit comments

Comments
 (0)