Execute arbitrary SQL queries against your WordPress database from the Admin.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | plugin_header_no_license | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | — | Plugin Repo |
| ERROR | WordPress.DB.RestrictedFunctions.mysql_mysqli_connect | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_connect. | 41:15 | — |
| ERROR | WordPress.DB.RestrictedFunctions.mysql_mysqli_query | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_query. | 44:10 | — |
| ERROR | WordPress.DB.RestrictedFunctions.mysql_mysqli_fetch_array | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_fetch_array. | 45:18 | — |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$results['affected_rows']'. | 37:25 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$row". | 44:25 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$value". | 46:43 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$row". | 53:55 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$value". | 55:47 | Plugin Repo |
| ERROR | outdated_tested_upto_header | Tested up to: 4.6 < 6.8. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | — | Plugin Repo |
| 11/14/2025, 5:35:39 PM | 9s | 95 | 25 | 7 |