Allow users to edit comments for a limited time, while admins can edit all comments.
Prioritized issue groups from the latest Plugin Check scan
Security
1,026
9 issue groups
I18n
668
5 issue groups
Maintainability
114
11 issue groups
Sample message
Mismatched text domain. Expected 'wp-ajax-edit-comments' but got "ajaxEdit".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['action']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['action']
Sample message
$_GET['action'] 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 '"<option value='$file' $selected>$file</option>"'.
Sample message
The $domain parameter must be a single text string literal. Found: $localization
Sample message
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.
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
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Use placeholders and $wpdb->prepare(); found $comment
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The $text parameter must be a single text string literal. Found: $column['text']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $comment['comment_post_ID'] used in $wpdb->get_var()\n$comment['comment_post_ID'] used without escaping.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
get_currentuserinfo() has been deprecated since WordPress version 4.5.0. Use wp_get_current_user() instead.
Sample message
The parameter value "blacklist_keys" has been deprecated since WordPress version 5.5.0. Use disallowed_keys instead.
Sample message
Missing $domain parameter in function call to __().
Potential connections found in static code analysis.
Outbound calls
46
External assets
0
Incoming endpoints
5
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v6.1
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 1,823 | 1,300 | 523 | v6.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.