Delete old, expired transients from WordPress wp_options table
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'number_format_i18n'. | 20:56 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_url". | 22:9 | Plugin Repo |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $sql used in $wpdb->query($sql)\n$sql assigned unsafely at line 214:\n $sql = "\n\t\t\tdelete from t1, t2\n\t\t\tusing {$wpdb->sitemeta} t1\n\t\t\tjoin {$wpdb->sitemeta} t2 on t2.site_id = t1.site_id and t2.meta_key = replace(t1.meta_key, '_timeout', '')\n\t\t\twhere t1.meta_key like '\\_site\\_transient\\_timeout\\_%'\n\t\t\tand t1.meta_value < '$threshold'\n\t\t\tand t1.site_id = $site_id\n\t\t"\n$threshold assigned unsafely at line 211:\n $threshold = time() - MINUTE_IN_SECONDS | 222:10 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql | 222:16 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$url". | 25:13 | 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 '__'. | 26:59 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $sql used in $wpdb->query($sql)\n$sql assigned unsafely at line 225:\n $sql = "\n\t\t\tdelete from {$wpdb->sitemeta}\n\t\t\twhere meta_key like '\\_site\\_transient\\_timeout\\_%'\n\t\t\tand meta_value < '$threshold'\n\t\t\tand site_id = $site_id\n\t\t"\n$threshold assigned unsafely at line 211:\n $threshold = time() - MINUTE_IN_SECONDS | 231:10 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql | 231:16 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$url". | 30:13 | 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 '__'. | 31:74 | Security |
| 11/14/2025, 5:33:58 AM | 9s | 66 | 52 | 62 |