Display a custom field at checkout in your WooCommerce store if a certain product is in the customer's cart.
Prioritized issue groups from the latest Plugin Check scan
Security
83
7 issue groups
Maintainability
15
6 issue groups
I18n
5
2 issue groups
Repo Compliance
3
3 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 '$accountLink'.
Sample message
Sanitization missing for register_setting().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_conditional_fields".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$accountLink".
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
Processing form data without nonce verification.
Sample message
$_POST['conditional_field'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Conditional WooCommerce Checkout Field" - 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
Detected usage of a non-sanitized input variable: $_POST['conditional_field']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['conditional_field']. Check that the array index exists before using it.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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
Mismatched text domain. Expected 'conditional-woo-checkout-field' but got 'simple-full-screen-background-image'.
Sample message
Mismatched "Tested up to": 6.1.1 != 6.6.1. The "Tested up to" value in the readme file must match the "Tested up to" value in the plugin header. If the plugin header has a "Tested up to" value, it will override the readme value, which can cause confusion.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Tested up to: 6.1 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
One or more tags were ignored. The following tags are not permitted: "plugin", "wordpress"
Potential connections found in static code analysis.
Outbound calls
9
External assets
1
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
First score snapshot
v1.2.4
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 106 | 84 | 22 | v1.2.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.