Prioritized issue groups from the latest Plugin Check scan
Maintainability
238
11 issue groups
Security
128
12 issue groups
I18n
7
2 issue groups
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$column_select_options'.
Sample message
Function "get_rest_url()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Processing form data without nonce verification.
Sample message
like_escape() has been deprecated since WordPress version 4.0.0. Use wpdb::esc_like() instead.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['csv']['tmp_name']
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 $ids
Sample message
$_POST['eafl_import'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 169.
Sample message
Unescaped parameter $table used in $wpdb->get_var()\n$table assigned unsafely at line 69.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['csv']['tmp_name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
A function call to _n() 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 tax_query, possible slow query.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_easy_affiliate_links".
Sample message
Missing $domain parameter in function call to _e().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SHOW TABLES LIKE '$table'"
Sample message
Detected usage of meta_query, possible slow query.
Sample message
The parameter "$args" at position #2 of wp_count_terms() has been deprecated since WordPress version 5.6.0. Instead do not pass the parameter.
Potential connections found in static code analysis.
Outbound calls
254
External assets
0
Incoming endpoints
25
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v3.9.1
30
Latest
v3.9.0
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 380 | 182 | 198 | v3.9.1 | 2.1.0 |
| 30 | 384 | 186 | 198 | v3.9.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.