Disable Comments & Delete All Comments

Disable comments globally on all posts or certain post types. Delete all comments at once, by post type or comment status. Manage links in comments.

v1.3.2ThemeisleUpdated 2026-05-25Added Oct 17, 20179k+ installs100% rating
25
Score
503
Errors
185
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability6

Top Issues by Category

security360
i18n177
maintainability110

Issues Details

688 issues found in latest scan

ERROR203
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$action['class']'.

ERROR131
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'comments-plus' but got "wbcr_factory_480".

ERROR58
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR27
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Class {$class_name} is not found!"'.

ERROR26
WordPress.WP.I18n.MissingTranslatorsComment

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNING24
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING22
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING20
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING18
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING15
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LOADING_COMMENTS_PLUS_AS_ADDON".

ERROR11
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING10
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cachify_flush_cache".

ERROR9
Generic.PHP.DisallowShortOpenTag.EchoFound

Short PHP opening tag used with echo; expected "<?php echo $stat_data ..." but found "<?= $stat_data ..."

WARNING9
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET[&#039;action&#039;]

WARNING9
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;action&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNING9
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

WARNING7
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $bits at \t\t\t\tIN ( $bits )&quot;

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_sanitize_text_fields&quot;.

WARNING6
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

WARNING5
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

ERROR5
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $bits used in $wpdb->query()\n$bits assigned unsafely at line 60.

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$wcm_compatibility&quot;.

WARNING4
Internal.NoCodeFound

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$tag&quot;.

ERROR4
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Congratulations, you have activated a premium license! Please activate premium add-on to use pro features now.\n <a href="%s">Activate</a> premium add-on or <a href="%s">cancel</a> license.'.

Latest Snapshot

Findings

688

Errors

503

Warnings

185

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.3.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.3.2

25

Latest

Findings
688
Errors
503
Warnings
185
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins