Supercharged tool to build your own awesome Encyclopedia / Lexicon / Glossary / Wiki / Dictionary / Knowledge base / Directory / Vocabulary in no time
| 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 'I18n'. | 74:87 | 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 '$taxonomy'. | 43:114 | Security |
| ERROR | WordPress.DB.PreparedSQLPlaceholders.UnsupportedIdentifierPlaceholder | The %i modifier is only supported in WP 6.2 or higher. Found: "%i". | 77:1 | Security |
| ERROR | WordPress.DB.PreparedSQLPlaceholders.UnsupportedIdentifierPlaceholder | The %i modifier is only supported in WP 6.2 or higher. Found: "%i". | 100:1 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $str_term_id_list used in $wpdb->get_col($wpdb->prepare(\n 'SELECT\n post.id,\n COUNT(relation.object_id) AS common_term_count\n\n FROM\n %i AS relation,\n %i AS post\n\n WHERE\n relation.object_id = post.id AND\n relation.term_taxonomy_id IN(' . $str_term_id_list . ') AND\n post.id != %d AND\n post.post_status = "publish"\n\n GROUP BY\n relation.object_id\n\n HAVING\n common_term_count >= %d\n\n ORDER BY\n common_term_count DESC,\n post.post_title ASC,\n post.post_date_gmt DESC',\n $wpdb->term_relationships,\n $wpdb->posts,\n $arguments->post_id,\n $arguments->min_relation_threshold\n ))\n$str_term_id_list assigned unsafely at line 43:\n $str_term_id_list = implode(',', $arr_term_ids)\n$arr_term_ids assigned unsafely at line 40:\n $arr_term_ids = Array_Map(function ($taxonomy) {\n return intval($taxonomy->term_taxonomy_id);\n }, $arr_terms)\n$taxonomy used without escaping.\n$taxonomy->term_taxonomy_id used without escaping. | 46:36 | Security |
| ERROR | WordPress.DB.PreparedSQLPlaceholders.UnsupportedIdentifierPlaceholder | The %i modifier is only supported in WP 6.2 or higher. Found: "%i". | 52:1 | Security |
| ERROR | WordPress.DB.PreparedSQLPlaceholders.UnsupportedIdentifierPlaceholder | The %i modifier is only supported in WP 6.2 or higher. Found: "%i". | 53:1 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $str_term_id_list | 57:50 | Security |
| ERROR | outdated_tested_upto_header | Tested up to: 6.6 < 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 | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "excerpt_length". | 143:56 | Plugin Repo |
| 15.11.2025, 03:49:25 | 23s | 35 | 253 | 15 |