Create Swiss QR Invoice in WooCommerce. You can customize the appearance of your invoices using various settings.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
420
16 issue groups
Security
112
6 issue groups
I18n
104
2 issue groups
Supply Chain
3
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$K_PATH_CACHE".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DATAMATRIXDEFS".
Sample message
The $domain parameter must be a single text string literal. Found: Jimsoft_Qr_Bill::PREFIX
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$code'.
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['id']
Sample message
$_REQUEST['id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Processing form data without nonce verification.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $td_style ..." but found "<?= $td_style ..."
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Function "utf8_decode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 4.7.0.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_jimsoft_qr_bill".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$extension'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Mismatched text domain. Expected 'jim-soft-swiss-qr-invoice' but got 'woocommerce'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['post']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Datamatrix".
Sample message
Hidden files are not permitted.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wc_invoice_gateway_process_payment_order_status".
Sample message
print_r() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
163
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
3 score snapshots
v1.2.38
22
Latest
v1.2.37
22
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 655 | 263 | 392 | v1.2.38 | 2.0.0 |
| 22 | 654 | 262 | 392 | v1.2.37 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.