FunnelKit Payment Gateway for Stripe WooCommerce is an integrated solution that lets you accept payments on your online store for web and mobile.
Prioritized issue groups from the latest Plugin Check scan
Security
265
5 issue groups
Maintainability
170
14 issue groups
I18n
95
6 issue groups
Sample message
Detected usage of a non-sanitized input variable: $_GET[$attribute_key]
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.
Sample message
$_GET['gateway'] not unslashed before sanitization. Use wp_unslash() or similar
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$autoload".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_head".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->id . '_after_payment_field_checkout'".
Sample message
The $text parameter must be a single text string literal. Found: ! empty( $alignment_class ) ? "text-align:" . ( $alignment_class ) . ';' : ''
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Mismatched text domain. Expected 'funnelkit-stripe-woo-payment-gateway' but got "funnel-builder".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s ending in %s'.
Sample message
A "translators:" comment must be a "/* */" style comment. Docblock comments will not be picked up by the tools to generate a ".pot" file.
Sample message
trigger_error() found. Debug code should not normally be used in production.
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
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Function "wp_enqueue_admin_bar_header_styles()" requires WordPress 6.4.0, but your plugin minimum supported version is WordPress 5.4.0.
Sample message
The use of function passthru() is forbidden
Sample message
Unescaped parameter $table_name used in $wpdb->get_var()\n$table_name assigned unsafely at line 2769.
Not analyzed yet.
First score snapshot
v1.14.0.5
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 565 | 244 | 321 | v1.14.0.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.