Accept Bitcoin/USDT payments on your WooCommerce website. Crypto payments go directly to your wallet.
Prioritized issue groups from the latest Plugin Check scan
Security
218
11 issue groups
Maintainability
165
10 issue groups
I18n
20
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<label class=$label_class>"'.
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MAX_STRUCTURED_SYMBOLS".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_page".
Sample message
Short PHP opening tag used with echo; expected "<?php echo __ ..." but found "<?= __ ..."
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FormFields".
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$addr".
Sample message
$_POST['blockonomics_api_key'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Unescaped parameter $table_name used in $wpdb->get_row()\n$table_name assigned unsafely at line 1368.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "ALTER TABLE $table_name ADD PRIMARY KEY (order_id, crypto, address, txid)"
Sample message
Detected usage of a non-sanitized input variable: $_POST['blockonomics_setup_nonce']
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
The $text parameter must be a single text string literal. Found: 'Blockonomics is almost ready. To get started, connect your account <a href="'.$settings_url.'">on the Account setup page</a>.'
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 22.
Sample message
Attempting a database schema change is discouraged.
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
Detected usage of a possibly undefined superglobal array index: $_POST['store_name']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$mode'.
Sample message
Missing $domain parameter in function call to __().
Potential connections found in static code analysis.
Outbound calls
43
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v3.10.1
30
Latest
v3.9.1
29
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 420 | 206 | 214 | v3.10.1 | 2.0.0 |
| 29 | 435 | 208 | 227 | v3.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.