Weight based shipping methods for WooCommerce. Flexible shipping with table rate rules by cart weight and order value. Accurate rates at checkout.
Prioritized issue groups from the latest Plugin Check scan
Security
157
9 issue groups
Maintainability
106
11 issue groups
I18n
15
3 issue groups
Repo Compliance
2
2 issue groups
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$adding_a_shipping_method_url".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$column'.
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 '$action'.
Sample message
File and folder names must not contain spaces or special characters.
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
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "woocommerce_return_to_shop_redirect".
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['import_file']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->filter_prefix . '/currency-switchers/amount'".
Sample message
Detected usage of a non-sanitized input variable: $_FILES['import_file']
Sample message
$_GET['methods_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$plugin_class_name".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Mismatched text domain. Expected 'flexible-shipping' but got 'woocommerce'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'To add first Flexible Shipping method go to %sShipping zones%s and add Flexible Shipping to a shipping zone.'.
Sample message
Plugin name "Weight Based Shipping Table Rate for WooCommerce – Flexible Shipping" is different from the name declared in plugin header "Flexible Shipping".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
Mismatched Requires at least: 5.8 != 6.4. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Potential connections found in static code analysis.
Outbound calls
295
External assets
0
Incoming endpoints
5
No external asset domains detected.
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
5 score snapshots
v6.10.0
34
Latest
v6.9.1
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 280 | 124 | 156 | v6.10.0 | 2.0.0 |
| 34 | 280 | 124 | 156 | v6.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.