Lightweight, user-friendly plugin to sell products/services on WordPress. Easily add a shopping cart and start accepting orders in minutes.
Prioritized issue groups from the latest Plugin Check scan
Security
1,088
8 issue groups
Maintainability
143
13 issue groups
I18n
62
4 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 '$ajax_post_url'.
Sample message
$_COOKIE['ap_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_ID']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['ap_id']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "check_shipping_region_str".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: $baseShipping
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "PayPal_Utility_Functions::hook('generate_paypal_js_sdk_args')".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_CART_CURRENCY_SYMBOL".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Mismatched text domain. Expected 'wordpress-simple-paypal-shopping-cart' but got 'nggallery'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "plugin_locale".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
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
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$after_cart_reset_redirect_url".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WPSPSC_COUPON_ITEM".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Not analyzed yet.
First score snapshot
v5.3.0
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,332 | 796 | 536 | v5.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.