https://github.com/littlebizzy/disable-comments
Disables comments without database
https://github.com/littlebizzy/disable-comments
wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
Disables comments without database
- Host: GitHub
- URL: https://github.com/littlebizzy/disable-comments
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2018-02-23T09:19:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T07:51:09.000Z (over 1 year ago)
- Last Synced: 2025-07-09T04:06:37.229Z (12 months ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://bizzy.in/disable-comments
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Disable Comments
Disables comments without database
## Changelog
### 1.0.2
- added `Requires PHP` plugin header
### 1.0.1
- tweak `gu_override_dot_org` snippet
### 1.0.0
- initial release
- supports Git Updater
- follows WordPress coding standards
- no database involvement
- disables all comments, pingbacks, trackbacks on all pages and post types
- closes comments and pings on frontend and hides existing comments
- disables `/wp-admin/edit-comments.php` for non-Admin users
- removes Recent Comments in Activity widget for non-Admin users
- removes the comments drop-down in Admin bar
- removes X-Pingback headers
- denies access to any RSS comment feeds
- prevents comment-reply JS script from loading
- disables comment related meta boxes on post edit screen
- removes comment feed links in wp_head
- supports PHP 7.0 to PHP 8.3
- supports Multisite