Easily add plus, minus button for WooCommerce Quantity Input box in everywhere. Such: Single Page, In Loop Quantity input, Cart page , everywhere.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
79
14 issue groups
Security
66
7 issue groups
I18n
21
2 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"🛠️ <strong>File:</strong> <span style='color:#8d8d8d;'>$file</span> on line <span style='color:#4b4b4b;'>$line</span>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$checkbox".
Sample message
Mismatched text domain. Expected 'wc-quantity-plus-minus-button' but got 'appsero'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "after_appsero_license_section".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CA_Framework".
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->client->slug . '_tracker_data'".
Sample message
Processing form data without nonce verification.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ca_custom_off_plus_minus_specific".
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
var_dump() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['product_id']. Check that the array index exists before using it.
Sample message
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
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
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The plugin slug includes a restricted term. Your plugin slug - "wc-quantity-plus-minus-button" - contains the restricted term "wc" which cannot be used at all in your plugin slug.
Sample message
Function "wp_doing_ajax()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.
Not analyzed yet.
First score snapshot
v2.0.9
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 167 | 83 | 84 | v2.0.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.