Provides a secure interface to your WordPress database using Adminer, the popular database administration tool.
Prioritized issue groups from the latest Plugin Check scan
Security
2,530
8 issue groups
Maintainability
960
15 issue groups
I18n
7
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$val".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $collation"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE[$cookie]. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$conduit['cookie_name']]
Sample message
$_COOKIE[$conduit['cookie_name']] 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: "$USER@$_GET[host]"
Sample message
The use of function ini_set() is discouraged
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
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Could not load one or more ephemeral files from WordPress. The plugin may not be %sset up%s correctly.'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
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
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Mismatched text domain. Expected 'db-access-adminer' but got 'wp-admin'.
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.
Potential connections found in static code analysis.
Outbound calls
64
External assets
3
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v3.1.0
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 3,536 | 983 | 2,553 | v3.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.