Allows users to topup and withdraw money from their wallet while also being able to use their balance at checkout.
Prioritized issue groups from the latest Plugin Check scan
Security
175
12 issue groups
I18n
112
4 issue groups
Maintainability
111
9 issue groups
Sample message
Mismatched text domain. Expected 'getpaid-wallet' but got 'tgmpa'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$fee_type'.
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "ALTER TABLE $table ADD COLUMN $column $definition"
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$body_id".
Sample message
$_GET['date_from'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $orderby used in $wpdb->get_results()\n$orderby assigned unsafely at line 195.
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
Detected usage of a non-sanitized input variable: $_GET['plugin']
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Unescaped parameter $offset used in $wpdb->get_results()\n$offset assigned unsafely at line 81.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "manage_wpinv_wallet_transactions_bulk_actions".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "TGM_Bulk_Installer".
Sample message
The $text parameter must be a single text string literal. Found: stripslashes( $args['before_balance'] )
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Potential connections found in static code analysis.
Outbound calls
95
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v2.0.14
36
Latest
v2.0.13
36
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 401 | 174 | 227 | v2.0.14 | 2.0.0 |
| 36 | 323 | 149 | 174 | v2.0.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.