Manage your cart from just a click away with an interactive design
Prioritized issue groups from the latest Plugin Check scan
Security
465
7 issue groups
Maintainability
445
13 issue groups
I18n
10
5 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$BasketMobile".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'xoo_as_setting_sidebar_'.$adminObj->helper->slug".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "array_is_list()" requires WordPress 6.5.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "xoo_clean".
Sample message
$_COOKIE['xoo_user_ip_data'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_wpnonce']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['xoo_user_ip_data']
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Xoo_Wsc_Admin_Settings".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
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
The plugin name includes a restricted term. Your chosen plugin name - "Side Cart WooCommerce" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.
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
Missing $domain parameter in function call to esc_html_e().
Sample message
The $text parameter must be a single text string literal. Found: $data['title']
Sample message
Mismatched text domain. Expected 'side-cart-woocommerce' but got 'woocommerce'.
Sample message
The use of function _cleanup_header_comment() is forbidden
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "XOO_WSC_PLUGIN_FILE".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$constant_name".
Not analyzed yet.
2 score snapshots
v2.7.7
27
Latest
v2.7.6
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 929 | 490 | 439 | v2.7.7 | 2.0.0 |
| 35 | 525 | 455 | 70 | v2.7.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.