Manage the database from your WordPress Dashboard using Adminer.
Category Scores
Top Issues by Category
security2,692
maintainability1,035
Issues Details
3,757 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$X".
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $c"'.
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$Db]. Check that the array index exists before using it.
Detected usage of a non-sanitized input variable: $_COOKIE[$Db]
$_COOKIE[$Db] not unslashed before sanitization. Use wp_unslash() or similar
Processing form data without nonce verification.
Processing form data without nonce verification.
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
js_escape() has been deprecated since WordPress version 2.8.0. Use esc_js() instead.
Detected usage of a non-sanitized, non-validated input variable _GET: "$_GET[db]"
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".
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
get_settings() has been deprecated since WordPress version 2.1.0. Use get_option() instead.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
set_error_handler() found. Debug code should not normally be used in production.
unlink() is discouraged. Use wp_delete_file() to delete a file.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
rand() is discouraged. Use the far less predictable wp_rand() instead.
Stylesheets must be registered/enqueued via wp_enqueue_style()
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_error.
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_set_charset.
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$X". | 966 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $c"'. | 913 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_COOKIE[$Db]. Check that the array index exists before using it. | 398 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_COOKIE[$Db] | 384 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_COOKIE[$Db] not unslashed before sanitization. Use wp_unslash() or similar | 369 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 310 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 295 |
| WordPress.DB.RestrictedClasses.mysql__PDO | ERROR | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO. | 15 |
| WordPress.WP.DeprecatedFunctions.js_escapeFound | ERROR | js_escape() has been deprecated since WordPress version 2.8.0. Use esc_js() instead. | 15 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidatedNotSanitized | WARNING | Detected usage of a non-sanitized, non-validated input variable _GET: "$_GET[db]" | 8 |
| Squiz.PHP.DiscouragedFunctions.Discouraged | WARNING | The use of function ini_set() is discouraged | 7 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | 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". | 5 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 5 |
| WordPress.WP.DeprecatedFunctions.get_settingsFound | ERROR | get_settings() has been deprecated since WordPress version 2.1.0. Use get_option() instead. | 5 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 4 |
| WordPress.PHP.DevelopmentFunctions.error_log_set_error_handler | WARNING | set_error_handler() found. Debug code should not normally be used in production. | 4 |
| WordPress.WP.AlternativeFunctions.unlink_unlink | ERROR | unlink() is discouraged. Use wp_delete_file() to delete a file. | 4 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fclose | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose(). | 3 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fread | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread(). | 3 |
| WordPress.WP.AlternativeFunctions.rand_rand | ERROR | rand() is discouraged. Use the far less predictable wp_rand() instead. | 3 |
| WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet | ERROR | Stylesheets must be registered/enqueued via wp_enqueue_style() | 3 |
| WordPress.DB.RestrictedFunctions.mysql_mysql_error | ERROR | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_error. | 2 |
| WordPress.DB.RestrictedFunctions.mysql_mysql_set_charset | ERROR | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_set_charset. | 2 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fopen | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen(). | 2 |
| WordPress.WP.AlternativeFunctions.file_system_operations_fwrite | ERROR | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite(). | 2 |
Latest Snapshot
Findings
3,757
Errors
1,005
Warnings
2,752
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.3.4.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.3.4.1
24
Latest
- Findings
- 3,757
- Errors
- 1,005
- Warnings
- 2,752
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 24 | 3,757 | 1,005 | 2,752 | v4.3.4.1 | 2.0.0 | 2026.06-mvp-static-v2 |