Keep track of plugins you activate or deactivate through the dashboard by viewing when each and every one of them was enabled or disabled.
| 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.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'. | 195:26 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $current_plugin['plugin_name'] used in $wpdb->get_row("SELECT ip_adddress FROM ".$wpdb->prefix."pat_plugin_status WHERE status = 'activated' and plugin_name = '".$current_plugin['plugin_name']."' ORDER by id DESC LIMIT 1")\n$current_plugin['plugin_name'] used without escaping. | 218:34 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $current_plugin | 218:150 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$last_updated_row'. | 223:26 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $current_plugin['plugin_name'] used in $wpdb->get_row("SELECT ip_adddress FROM ".$wpdb->prefix."pat_plugin_status WHERE status = 'deactivated' and plugin_name = '".$current_plugin['plugin_name']."' ORDER by id DESC LIMIT 1")\n$current_plugin['plugin_name'] used without escaping. | 247:31 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $current_plugin | 247:149 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$last_updated_row'. | 252:26 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $current_plugin['plugin_name'] used in $wpdb->get_row("SELECT user_id FROM ".$wpdb->prefix."pat_plugin_status WHERE status = 'activated' and plugin_name = '".$current_plugin['plugin_name']."' ORDER by id DESC LIMIT 1")\n$current_plugin['plugin_name'] used without escaping. | 274:30 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $current_plugin | 274:142 | Security |
| 15.11.2025, 15:16:37 | 9s | 83 | 36 | 23 |