Download the PHP package inpsyde/disable-comments without Composer
On this page you can find all versions of the php package inpsyde/disable-comments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inpsyde/disable-comments
More information about inpsyde/disable-comments
Files in inpsyde/disable-comments
Package disable-comments
Short Description Entirely ditches comments as a WordPress feature.
License GPL-2.0-or-later
Informations about the package disable-comments
Inpsyde Disable Comments
A WordPress plugin that completely disables comments as a WordPress feature.
Table Of Contents
- Features
- A note about themes
- Requirements
- Installation
- Crafted by Syde
- Credits
- License
- Contributing
Features
This package is a simple no-configuration plugin. Install, activate, and forget.
It does not distinguish between types of comments or post types; it makes it look like comments are not a WordPress feature.
Among other things:
- Forces comments-related configuration to be disabled
- Prevents comments from being added
- Prevents comment queries from running
- Removes any reference to comments from the dashboard
- Makes sure all posts have comments disabled
- Removes comment-related editor blocks and the "Discussion" editor sidebar panel
- Removes comment-related REST API endpoints
[!WARNING]
The plugin uses theallowed_block_types_all
filter to disable comment-related blocks. When that filter runs, Javascript-only registered blocks are not recognized and all removed by activating this plugin.
A note about themes
A theme might hardcode comments-related output even if comments are disabled.
That might be the case for FSE themes, but for those, it should be possible to use the site editor to remove the undesired parts of templates. "Traditional" themes should not output anything comments-related if comments are closed (and this plugin ensures that). If you see any comments-related output in the theme, please contact the developer or use a child theme to replace the offending templates/template parts.
Requirements
- PHP 8.0+
- WP 6.0+
The plugin has no production dependencies. When installed for development via Composer, the package requires:
Installation
The best way to install this package is with Composer:
Crafted by Syde
The team at Syde is engineering the Web since 2006.
Credits
Originally born as a fork of https://github.com/bueltge/remove-comments-absolutely.
License
This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See LICENSE for complete license.
Contributing
Bug reports and contributions are welcome, but please don't ask to add features or configurations. For less "radical" approaches to the topic, several other options are available.