Prioritized issue groups from the latest Plugin Check scan
Security
365
8 issue groups
Maintainability
208
14 issue groups
I18n
79
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h1>$h1</h1>"'.
Sample message
Detected usage of a non-sanitized input variable: $_ENV['TEMP']
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DECLARED_FORM".
Sample message
The $domain parameter must be a single text string literal. Found: $this->name
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_oc".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$file_var]['tmp_name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '": {$pattern}"'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CSSmin".
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 2.8.0.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_minify_content".
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Detected usage of a non-sanitized, non-validated input variable _GET: "/{$_GET['b']}/"
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Missing $domain parameter in function call to __().
Potential connections found in static code analysis.
Outbound calls
102
External assets
1
Incoming endpoints
1
No public endpoints detected.
wp_ajax
First score snapshot
v1.4.1
20
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 20 | 686 | 306 | 380 | v1.4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.