-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.txt
More file actions
63 lines (44 loc) · 2.22 KB
/
readme.txt
File metadata and controls
63 lines (44 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=== Comment-free zone ===
Contributors: progressplanner, joostdevalk, aristath, mariekerakt, irisguelen, samalderson
Tags: planning, maintenance, writing, blogging
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.2
License: GPL3+
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
This plugin fully removes comments, trackbacks and all related features from your WordPress site.
== Description ==
This plugin fully removes comments, trackbacks and all related features from your WordPress site.
This plugin will:
* In the admin:
* Removes the Comments menu item.
* Removes the Discussion settings page.
* Removes the comments column from posts and pages.
* Removes the comment section from the admin bar.
* On the front-end:
* Disable comments on all post types
* Disable pingbacks and trackbacks
* Remove comment support from all post types
* Remove the output of all the comment blocks from the Gutenberg and site editor
* Remove the comment meta box from the post edit screen
* Remove the comment RSS feeds
Once activated, this plugin requires no configuration - it just works. If you want to _completely_ remove comments from your WordPress site, this is the plugin for you.
== Frequently Asked Questions ==
= Where do I file bugs? =
If you've found a bug, please follow the following steps:
1. If it's a security report, please report it through our [PatchStack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/comment-free-zone).
2. If it's not a security report, search through the open issues on [our GitHub repository](https://github.com/ProgressPlanner/comment-free-zone/issues/) to see if there's already an issue for this problem.
3. If if doesn't exist yet, file a [bug report on GitHub](https://github.com/ProgressPlanner/comment-free-zone/issues/new/choose).
== Installation ==
1. Search for Progress Planner Disable Comments on the "Add new plugins" screen in your WordPress plugin.
2. Install the plugin.
3. Activate the plugin.
4. You're done.
== Changelog ==
= 1.0.2 =
* Minor (name) changes.
= 1.0.1 =
* Updated “Tested up to” WordPress version.
= 1.0 =
* Initial release.