This plugin allow admin to add extra fields in comment area. These fields are saved as comment meta and is displayed under comment text.
Prioritized issue groups from the latest Plugin Check scan
I18n
400
5 issue groups
Maintainability
388
13 issue groups
Security
197
7 issue groups
Sample message
Mismatched text domain. Expected 'wp-comment-fields' but got "wpcomment".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_ok".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"File not found {$full_path}"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'nm_input_class-'.$type".
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
$_GET[$data_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "NM_Audio_WPC".
Sample message
The $text text string should have translatable content. Found: "%s"
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file']['tmp_name']
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
Function "utf8_decode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['data_name']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s", but got "%s, %s, %s" in '<a href="%s"><img width="75" src="%s" title="%s" /></a>'.
Potential connections found in static code analysis.
Outbound calls
62
External assets
1
Incoming endpoints
6
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v5.2
26
Latest
v5.1
25
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 993 | 576 | 417 | v5.2 | 2.0.0 |
| 25 | 995 | 577 | 418 | v5.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.