Prioritized issue groups from the latest Plugin Check scan
Security
2,692
8 issue groups
Maintainability
1,035
17 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$X".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $c"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$Db]. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$Db]
Sample message
$_COOKIE[$Db] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Sample message
js_escape() has been deprecated since WordPress version 2.8.0. Use esc_js() instead.
Sample message
Detected usage of a non-sanitized, non-validated input variable _GET: "$_GET[db]"
Sample message
The use of function ini_set() is discouraged
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "determine_if_pexlechris_adminer_will_be_included".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
get_settings() has been deprecated since WordPress version 2.1.0. Use get_option() instead.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_error.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_set_charset.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Not analyzed yet.
First score snapshot
v4.3.4.1
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 3,757 | 1,005 | 2,752 | v4.3.4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.