Database Manager – WP Adminer

Manage the database from your WordPress Dashboard using Adminer.

v4.3.4.1Pexle ChrisUpdated 2026-03-30Added Feb 25, 202220k+ installs100% rating
24
Score
1,005
Errors
2,752
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability0

Top Issues by Category

security2,692
maintainability1,035

Issues Details

3,757 issues found in latest scan

WARNING966
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$X".

ERROR913
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $c"'.

WARNING398
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_COOKIE[$Db]. Check that the array index exists before using it.

WARNING384
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[$Db]

WARNING369
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[$Db] not unslashed before sanitization. Use wp_unslash() or similar

WARNING310
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING295
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR15
WordPress.DB.RestrictedClasses.mysql__PDO

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.

ERROR15
WordPress.WP.DeprecatedFunctions.js_escapeFound

js_escape() has been deprecated since WordPress version 2.8.0. Use esc_js() instead.

WARNING8
WordPress.Security.ValidatedSanitizedInput.InputNotValidatedNotSanitized

Detected usage of a non-sanitized, non-validated input variable _GET: "$_GET[db]"

WARNING7
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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".

ERROR5
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR5
WordPress.WP.DeprecatedFunctions.get_settingsFound

get_settings() has been deprecated since WordPress version 2.1.0. Use get_option() instead.

ERROR4
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING4
WordPress.PHP.DevelopmentFunctions.error_log_set_error_handler

set_error_handler() found. Debug code should not normally be used in production.

ERROR4
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

ERROR3
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR3
WordPress.WP.AlternativeFunctions.file_system_operations_fread

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().

ERROR3
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERROR3
WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet

Stylesheets must be registered/enqueued via wp_enqueue_style()

ERROR2
WordPress.DB.RestrictedFunctions.mysql_mysql_error

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_error.

ERROR2
WordPress.DB.RestrictedFunctions.mysql_mysql_set_charset

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_set_charset.

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

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

Related Plugins