A WooCommerce plugin that add an extra fee to customer order based on conditions.
Prioritized issue groups from the latest Plugin Check scan
Security
43
5 issue groups
I18n
7
4 issue groups
Maintainability
3
3 issue groups
Repo Compliance
3
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$actionurl'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['extra_fee_option_cost']
Sample message
$_POST['extra_fee_option_cost'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must be a single text string literal. Found: $extra_fee_option_label
Sample message
Mismatched text domain. Expected 'woocommerce-extra-fee-option' but got 'woocommerce'.
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
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Missing $domain parameter in function call to __().
Sample message
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
Sample message
Tested up to: 6.8 < 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
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The plugin slug includes a restricted term. Your plugin slug - "woocommerce-extra-fee-option" - contains the restricted term "woocommerce" which cannot be used within in your plugin slug, unless your plugin slug 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 plugin slug.
Potential connections found in static code analysis.
Outbound calls
13
External assets
1
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v1.1.2
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 56 | 37 | 19 | v1.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.