Advanced AJAX-powered WordPress comments plugin with live commenting, comment voting, inline feedback, social login, custom comment forms, and engagem …
Prioritized issue groups from the latest Plugin Check scan
Security
915
7 issue groups
Maintainability
556
13 issue groups
I18n
295
5 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ABSPATH".
Sample message
$_COOKIE["comment_author_email_" . COOKIEHASH] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$name-wrapper"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[self::INPUT_NAME]. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: !empty($currentUser->ID) ? "wpdiscuz-comment-message-auth" : "wpdiscuz-comment-message-unauth"
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
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.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE["comment_author_email_" . COOKIEHASH]
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "allow_empty_comment".
Sample message
Mismatched text domain. Expected 'wpdiscuz' but got "default".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
File contains UTF-8 byte order mark, which may corrupt your application
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
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.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
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.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1\$s, %2\$s", but got "%s, %s" in "<strong>%s</strong> in these <strong>%s</strong> accept reviews.".
Potential connections found in static code analysis.
Outbound calls
269
External assets
0
Incoming endpoints
31
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 more hidden
5 score snapshots
v7.6.62
23
Latest
v7.6.61
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,800 | 620 | 1,180 | v7.6.62 | 2.0.0 |
| 23 | 1,848 | 660 | 1,188 | v7.6.61 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.