Prioritized issue groups from the latest Plugin Check scan
Security
119
12 issue groups
Maintainability
67
11 issue groups
I18n
4
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
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
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$csv".
Sample message
$_GET['order'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['order']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['expiry']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Attempting a database schema change is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "escape".
Sample message
Processing form data without nonce verification.
Sample message
screen_icon() has been deprecated since WordPress version 3.8.0.
Sample message
Use placeholders and $wpdb->prepare(); found $order
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AT_Audit".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Missing $domain parameter in function call to __().
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
Unescaped parameter $orderby used in $wpdb->get_results()\n$orderby assigned unsafely at line 100.
Sample message
Unescaped parameter $order used in $wpdb->get_results()\n$order assigned unsafely at line 105.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $order at "SELECT {$wpdb->prefix}audit_trail.*,{$wpdb->users}.user_nicename AS username FROM {$wpdb->prefix}audit_trail LEFT JOIN {$wpdb->users} ON {$wpdb->users}.ID={$wpdb->prefix}audit_trail.user_id WHERE item_id=%d AND operation='save_post' ORDER BY happened_at $order LIMIT 1,%d"
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Not analyzed yet.
First score snapshot
v1.3
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 197 | 90 | 107 | v1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.