Welcart is a free WordPress e-commerce plugin with the top market share in Japan.
Prioritized issue groups from the latest Plugin Check scan
I18n
8,569
5 issue groups
Security
7,967
12 issue groups
Maintainability
4,155
8 issue groups
Sample message
Mismatched text domain. Expected 'usc-e-shop' but got 'autodelivery'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$DT".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$key]
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['atodene_upcsv']['name']. Check that the array index exists before using it.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'{$selected}>"'.
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
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
Use placeholders and $wpdb->prepare(); found $aquery
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $access_table at "SHOW TABLES LIKE '$access_table'"
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AUTO_CANCEL_TYPE_NO_WAIT".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fgets".
Sample message
Unescaped parameter $aquery used in $wpdb->query()\n$aquery assigned unsafely at line 1390.
Sample message
The $text parameter must be a single text string literal. Found: $acting_status
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $access_table used in $wpdb->get_row()\n$access_table assigned unsafely at line 603.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ANOTHERLANE_SETTLEMENT".
Sample message
The $text text string should have translatable content. Found: '%s'
Potential connections found in static code analysis.
Outbound calls
245
External assets
9
Incoming endpoints
46
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
25 more hidden
5 score snapshots
v2.11.33
22
Latest
v2.11.32
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 21,250 | 10,368 | 10,882 | v2.11.33 | 2.0.0 |
| 22 | 21,312 | 10,376 | 10,936 | v2.11.32 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.