Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
52
8 issue groups
Security
22
5 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$allowed_types".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "breeze_clear_all_cache".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "DELETE FROM $wpdb->comments WHERE comment_type NOT IN ($placeholders)"
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DC_ASSETS_URI".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "disable_comments_ability_get_status".
Sample message
Processing form data without nonce verification.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DisableComments_Plugin_Tracker".
Sample message
Function "wp_register_ability()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$names_escaped'.
Sample message
Plugin name "Disable Comments - Remove Comments & Stop Spam [Multi-Site Support]" is different from the name declared in plugin header "Disable Comments".
Potential connections found in static code analysis.
Outbound calls
42
External assets
0
Incoming endpoints
4
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v2.8.0
52
Latest
v2.7.1
52
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 52 | 74 | 17 | 57 | v2.8.0 | 2.0.0 |
| 52 | 62 | 16 | 46 | v2.7.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.