With zahls.ch you accept various payment methods such as credit cards and TWINT with a single plugin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
276
14 issue groups
Security
93
8 issue groups
I18n
14
2 issue groups
Supply Chain
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$amount".
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 '$domain'.
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
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: $_GET['change_payment_method']
Sample message
$_GET['change_payment_method'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must be a single text string literal. Found: get_option("woocommerce_zahls_description")
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$communicationHandler'.
Sample message
Mismatched text domain. Expected 'zahls-ch-payment-gateway' but got 'wc-zahls-gateway'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woo_zahls_custom_transaction_status_' . $status".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Zahls_offline_gateway_init".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Zahls_Blocks_Support".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['zahls-allow-recurring']. Check that the array index exists before using it.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Hidden files are not permitted.
Not analyzed yet.
First score snapshot
v2.0.7
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 386 | 121 | 265 | v2.0.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.