WooCommerce and GoPay payment gateway integration
Prioritized issue groups from the latest Plugin Check scan
Maintainability
75
13 issue groups
Security
66
9 issue groups
I18n
31
3 issue groups
Sample message
Use placeholders and $wpdb->prepare(); found !==
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$gw_url".
Sample message
The $text parameter must be a single text string literal. Found: $bank_details['label'] ?? $bank_code
Sample message
Processing form data without nonce verification.
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
Processing form data without nonce verification.
Sample message
$_POST['card_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_gopay_gateway".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $order used in $wpdb->query()\n$order assigned unsafely at line 1397.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table_name} at "SELECT COUNT(*) FROM {$table_name} WHERE user_id = %d AND card_id = %s"
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Detected usage of a non-sanitized input variable: $_POST['card_id']
Sample message
Resource version not set in call to wp_enqueue_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
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Gopay_Blocks_Support".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$inline_js'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Potential connections found in static code analysis.
Outbound calls
207
External assets
2
Incoming endpoints
1
No public endpoints detected.
wp_ajax
3 score snapshots
v1.0.33
36
Latest
v1.0.32
37
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 177 | 67 | 110 | v1.0.33 | 2.0.0 |
| 37 | 169 | 66 | 103 | v1.0.32 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.