Enable maintenance mode in one click with stunning animations and customizable access for specific users.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$table_ips". | 22:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$table_keys". | 23:1 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$headers". | 1747:13 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$my_wploti_maintenance_redirect". | 2831:5 | Plugin Repo |
| WARNING | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $sql used in $wpdb->query($sql)\n$sql assigned unsafely at line 142:\n $sql = "CREATE TABLE `" . esc_sql($tbl) . "` (\r\n\t\t\t\t\tid INT AUTO_INCREMENT PRIMARY KEY,\r\n\t\t\t\t\tname VARCHAR(100),\r\n\t\t\t\t\tip_address VARCHAR(20),\r\n\t\t\t\t\tcreated_at DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',\r\n\t\t\t\t\tactive INT(1) NOT NULL DEFAULT 1\r\n\t\t\t\t)" | 151:12 | Security |
| WARNING | WordPress.Security.SafeRedirect.wp_redirect_wp_redirect | wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed. | 1044:21 | Security |
| 11/14/2025, 11:11:22 AM | 15s | 99 | 4 | 2 |