A FREE WordPress eCommerce & WordPress Shopping Cart plugin that can sell products, subscriptions, downloads, services, donations, and much more o …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
13,153
14 issue groups
Security
11,080
10 issue groups
I18n
422
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$W".
Sample message
Processing form data without nonce verification.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" {$phpVersionString}, which will be deprecated on August"'.
Sample message
Use of a direct database call is discouraged.
Sample message
Processing form data without nonce verification.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['ec_option_' . $optionset->option_id]['name']. Check that the array index exists before using it.
Sample message
$_COOKIE[$k] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found !
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "Aws".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$k]
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ec_activate".
Sample message
Unescaped parameter $approved used in $wpdb->get_results()\n$approved assigned unsafely at line 2320.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ':' and '/'. '{$data['resource_extra']}' was found after the"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $col at "SELECT $col FROM ec_user WHERE user_id = %d"
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ec_abandoned_carts".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Attempting a database schema change is discouraged.
Potential connections found in static code analysis.
Outbound calls
108
External assets
0
Incoming endpoints
100
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
81 more hidden
6 score snapshots
v6.0.0
17
Latest
v5.9.4
18
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 17 | 25,046 | 7,492 | 17,554 | v6.0.0 | 2.1.0 |
| 18 | 26,718 | 8,240 | 18,478 | v5.9.4 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.