The Payrexx payment gateway for WooCommerce is a simple method to integrate all payment providers and payment methods with one single payment plugin.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
89
10 issue groups
Security
34
6 issue groups
I18n
11
4 issue groups
Repo Compliance
1
1 issue group
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Payrexx_Gateway".
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['pll_language'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".
Sample message
Missing $domain parameter in function call to __().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'woo_payrexx_custom_transaction_status_' . $order_status".
Sample message
Detected usage of a non-sanitized input variable: $_GET['change_payment_method']
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $this->method_title
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 '$e'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['change_payment_method']. Check that the array index exists before using it.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LANG".
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
Mismatched text domain. Expected 'woo-payrexx-gateway' but got 'wc-payrexx-gateway'.
Sample message
Plugin name "Payrexx Payment Gateway for WooCommerce" is different from the name declared in plugin header "Payrexx Gateway for WooCommerce".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The plugin slug includes a restricted term. Your plugin slug - "woo-payrexx-gateway" - contains the restricted term "woo" and cannot be used to begin your plugin slug. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "woo" elsewhere in your plugin slug, such as "... for woo".
Potential connections found in static code analysis.
Outbound calls
22
External assets
1
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
3 score snapshots
v3.1.20
45
Latest
v3.1.19
45
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 45 | 135 | 18 | 117 | v3.1.20 | 2.0.0 |
| 45 | 134 | 17 | 117 | v3.1.19 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.