Display shipping costs on product pages. Allow customers to calculate shipping based on their address before checkout. Improve UX and boost sales!
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
11
3 issue groups
Security
4
1 issue group
Repo Compliance
2
2 issue groups
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$feature".9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$feature".
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilitymismatched plugin namePlugin name "Shipping Cost on Product Page Calculator for WooCommerce" is different from the name declared in plugin header "Shipping Cost on Product Page".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Shipping Cost on Product Page Calculator for WooCommerce" is different from the name declared in plugin header "Shipping Cost on Product Page".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORRepo Complianceplugin header no licenseMissing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
ERRORRepo Compliancereadme mismatched header requiresMismatched Requires at least: 5.7 != 6.4. "Requires at least" needs to be exactly the same with that in your main plugin file's header.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Mismatched Requires at least: 5.7 != 6.4. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
External Connections
Potential connections found in static code analysis.
Outbound calls
210
External assets
0
Incoming endpoints
4
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
wp_ajax
Admin AJAX endpoints3
wp_ajax
wp_ajax
wp_ajax
Score History
First score snapshot
v1.5.19
90
Latest
- Findings
- 17
- Errors
- 3
- Warnings
- 14
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 90 | 17 | 3 | 14 | v1.5.19 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.