| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to _x() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 56:16 | General |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $from_post->ID used in $wpdb->get_results("SELECT meta_key, meta_value FROM $wpdb->postmeta WHERE post_id=$from_post->ID")\n$from_post->ID used without escaping. | 173:29 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $sql_query used in $wpdb->query($sql_query)\n$sql_query assigned unsafely at line 181:\n $sql_query.= implode(" UNION ALL ", $sql_query_sel)\n$sql_query_sel assigned unsafely at line 179:\n $sql_query_sel[]= "SELECT $to_post->ID, '$meta_key', '$meta_value'"\n$to_post->ID used without escaping.\n$meta_key assigned unsafely at line 177:\n $meta_key = $meta_info->meta_key\nNote: addslashes() is not a safe escaping function.\n$meta_value assigned unsafely at line 178:\n $meta_value = addslashes( $meta_info->meta_value )\n$meta_info->meta_key used without escaping.\n$meta_info->meta_value used without escaping. | 182:11 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $sql_query | 182:17 | Security |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to _x() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 92:16 | General |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to _x() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 57:16 | General |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to _x() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 86:29 | General |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to _x() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 57:16 | General |
| ERROR | WordPress.WP.I18n.MissingTranslatorsComment | A function call to _x() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders. | 86:29 | General |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'get_permalink'. | 86:35 | Security |
| 11/14/2025, 9:13:21 AM | 10s | 77 | 43 | 44 |