Visits website pages to warm (create) the cache if you have any caching solutions configured.
| 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 '__'. | 164:30 | 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 'Logging'. | 171:55 | Security |
| ERROR | WordPress.WP.I18n.MissingArgDomain | Missing $domain parameter in function call to __(). | 262:42 | General |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$table_html". | 42:21 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$install_simplexml_extension_html". | 44:21 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$install_simplexml_extension_html". | 53:25 | Plugin Repo |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $logs_table used in $wpdb->get_results($wpdb->prepare(\n "\n (SELECT *\n FROM $logs_table\n INNER JOIN $list_table ON $logs_table.list_id=$list_table.id\n WHERE $list_table.warmed_at = %s\n ORDER BY log_date DESC\n LIMIT 1)\n \n UNION ALL\n \n (SELECT *\n FROM $logs_table\n INNER JOIN $list_table ON $logs_table.list_id=$list_table.id\n WHERE $list_table.warmed_at = %s\n ORDER BY log_date ASC \n LIMIT 1)\n ",\n $warmed_at,\n $warmed_at\n ))\n$logs_table assigned unsafely at line 229:\n $logs_table = DB::get_tables_prefix() . 'warm_ups_logs' | 232:27 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$settings". | 56:21 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$url_params_table_html". | 212:21 | Plugin Repo |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$request_headers_table_html". | 231:21 | Plugin Repo |
| 15.11.2025, 10:10:42 | 28s | 52 | 78 | 166 |