-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
78 lines (53 loc) · 2.07 KB
/
readme.txt
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Turn Comments Off
Contributors: happyprime, jeremyfelt, slocker, philcable
Tags: comments
Requires at least: 5.9
Tested up to: 6.7
Stable tag: 1.3.2
License: GPLv2 or later
Requires PHP: 7.4
Turn comments off everywhere in WordPress.
## Description
Activate this plugin to immediately remove all comment functionality from WordPress.
* Stop comments and pingbacks on all existing and future content.
* Remove "Discussion" from Settings in the admin menu.
* Remove "Comments" from the admin menu.
* Remove the comments bubble from the admin bar.
* Remove "Recent Comments" from the site activity dashboard widget.
* Remove the comments feed link.
* Unregister all core comment blocks in the editor.
* Remove "Manage Comments" from My Sites on multisite. (If network activated.)
No configuration necessary (or available).
If you find something we missed, [please let us know](https://github.com/happyprime/turn-comments-off)!
## Changelog
### 1.3.2
* No functional changes.
* Update development dependencies.
* Confirm WordPress 6.6 support.
### 1.3.1
* No functional changes.
* Replace `@wordpress/scripts` dependency with leaner configuration.
* Confirm WordPress 6.5 support.
### 1.3.0
* Remove "Manage Comments" from site menus under My Sites on multisite.
* Confirm WordPress 6.4 support.
* Update `wordpress/scripts` dependency to 26.15.0.
* Improve linting configuration.
### 1.2.1
* No functional changes, only custodial.
* Confirm WordPress 6.2 support.
* Update `wordpress/scripts` dependency to 26.1.0.
* Improve linting configuration.
### 1.2.0
* Update the list of blocks unregistered to include latest from Gutenberg and WordPress.
* Update `wordpress/scripts` to 24.6.0.
* Refactor how the list of blocks is managed to make future maintenance easier. Props [@huubl](https://profiles.wordpress.org/huubl/).
* Only unregister blocks that are registered. Props [@huubl](https://profiles.wordpress.org/huubl/).
### 1.1.1
* Unregister core comment blocks in the editor.
### 1.0.2
* Add automated GitHub deployments to wp.org.
### 1.0.1
* Add PHP namespace.
### 1.0.0
* Initial release.