Prioritized issue groups from the latest Plugin Check scan
Security
65
9 issue groups
Maintainability
34
16 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Transaction type '$params[transaction_type]' was not found."'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $this ..." but found "<?= $this ..."
Sample message
Detected usage of a non-sanitized input variable: $_POST['_ajax_nonce']
Sample message
$_POST['_ajax_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$key'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_ajax_nonce']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Use placeholders and $wpdb->prepare(); found $escapedPrefix
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$charge".
Sample message
debug_backtrace() found. Debug code should not normally be used in production.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized, non-validated input variable _REQUEST: "Order with ID '$_REQUEST[order_id]' not found."
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
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
55
External assets
4
Incoming endpoints
3
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v2.8.10
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 105 | 63 | 42 | v2.8.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.