Run SQL Query is a simple plugin to quickly execute any type of SQL query into the WordPress's DB and export the results in a CSV format file.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.DB.RestrictedFunctions.mysql_mysqli_error | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_error. | 145:24 | — |
| ERROR | outdated_tested_upto_header | Tested up to: 4.5 < 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 |
| ERROR | stable_tag_mismatch | Mismatched Stable Tag: 4.5.3 != 1.0.0. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org. | — | Plugin Repo |
| ERROR | library_core_files | Library files that are already in the WordPress core are not permitted. | — | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$output". | 23:9 | Plugin Repo |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$output'. | 24:15 | Security |
| 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. | 99:16 | — |
| 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. | 102: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. | 103:18 | — |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$output". | 19:9 | Plugin Repo |
| 15.11.2025, 19:18:39 | 10s | 96 | 16 | 4 |