The Payflex extension for WooCommerce enables you to accept payments in installments via one of South Africa’s most popular payment gateways.
Prioritized issue groups from the latest Plugin Check scan
I18n
95
4 issue groups
Security
78
6 issue groups
Maintainability
67
14 issue groups
Repo Compliance
1
1 issue group
Sample message
Mismatched text domain. Expected 'payflex-payment-gateway' but got 'woo_payflex'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$WC'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $WC ..." but found "<?= $WC ..."
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $error_message
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "declare_cart_checkout_blocks_compatibility".
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
$_GET['key'] 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: "$environments".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Gateway_PartPay".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Gateway_Payflex_Form_Fields".
Sample message
Detected usage of a non-sanitized input variable: $_GET['redirect_url']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
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
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
Missing $domain parameter in function call to __().
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
Tested up to: 7.0.2 The version number should only include major versions 7.0.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.4.0.
Potential connections found in static code analysis.
Outbound calls
10
External assets
3
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v2.7.1
35
Latest
v2.7.0
33
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 241 | 180 | 61 | v2.7.1 | 2.0.0 |
| 33 | 242 | 181 | 61 | v2.7.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.