Ecommerce for WordPress: online store builder with an AI shopping agent, content writer, image generator, coupons, shipping & tax.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,657
15 issue groups
Security
272
9 issue groups
I18n
6
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_product".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\n'.
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
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$ec_ai_table} at "SELECT COUNT(*) FROM `{$ec_ai_table}`"
Sample message
Unescaped parameter $ec_ai_table used in $wpdb->get_results()
Sample message
$_COOKIE['easycommerce_cart_hash'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['easycommerce_cart_hash']
Sample message
Use placeholders and $wpdb->prepare(); found $columns
Sample message
Detected usage of meta_key, possible slow query.
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 meta_value, possible slow query.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Attempting a database schema change is discouraged.
Sample message
Unescaped parameter $count_query used in $wpdb->get_var()\n$count_query assigned unsafely at line 379.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "display_attribute".
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Detected usage of tax_query, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Potential connections found in static code analysis.
Outbound calls
294
External assets
5
Incoming endpoints
1
wp_ajax
First score snapshot
v1.47
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 1,957 | 281 | 1,676 | v1.47 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.