Prioritized issue groups from the latest Plugin Check scan
Security
119
8 issue groups
I18n
19
3 issue groups
Maintainability
12
7 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$user:$cwd"'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['abs']
Sample message
$_POST['abs'] not unslashed before sanitization. Use wp_unslash() or similar
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
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
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
The plugin name includes a restricted term. Your chosen plugin name - "WPTerm" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_USER_AGENT']. Check that the array index exists before using it.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Mismatched text domain. Expected 'wpterm' but got 'wp-shell'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s, %3$s", but got "%s, %s, %s" in 'Last login: %s, %s from %s'.
Sample message
The use of function passthru() is forbidden
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "run_command".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$menu_hook".
Sample message
Detected usage of a non-sanitized, non-validated input variable _GET: "wpterm_menu_{$_GET['wptermtab']}"
Not analyzed yet.
First score snapshot
v1.3
42
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 150 | 61 | 89 | v1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.