This plugin adds a digital wallet and Buy Now Pay Later feature to your WooCommerce store, allowing customers to add funds, check balances, and make s …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,259
14 issue groups
Security
168
9 issue groups
I18n
4
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$PAPER_SIZES".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "user_restriction_saving".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<pre>\n$debug_nodename [\n"'.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wallet_system_for_woocommerce".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $errno"'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$order_stats_table} at "SELECT SUM(total_sales) FROM {$order_stats_table} WHERE status IN ('wc-processing', 'wc-completed') AND date_created >= %s"
Sample message
Detected usage of a non-sanitized input variable: $_FILES['wps_wallet_kyc_document']['error'][$key]
Sample message
Unescaped parameter $order_stats_table used in $wpdb->get_var()\n$order_stats_table assigned unsafely at line 393.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['wps_wallet_kyc_document']['error'][$key]. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HTML5_Data".
Sample message
Unescaped parameter $count_sql used in $wpdb->get_var()\n$count_sql assigned unsafely at line 151.
Sample message
Use placeholders and $wpdb->prepare(); found $count_sql
Sample message
Attempting a database schema change is discouraged.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
$_SERVER['PHP_AUTH_PW'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of meta_query, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
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
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
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.
Potential connections found in static code analysis.
Outbound calls
279
External assets
2
Incoming endpoints
19
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 more hidden
3 score snapshots
v2.7.10
24
Latest
v2.7.9
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,441 | 135 | 1,306 | v2.7.10 | 2.0.0 |
| 24 | 1,439 | 135 | 1,304 | v2.7.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.