A simple plugin that helps you search your WooCommerce orders by product.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$content". | 21:9 | Plugin Repo |
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralDomain | The $domain parameter must be a single text string literal. Found: wc_search_orders_by_product()->text_domain | 21:84 | General |
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralDomain | The $domain parameter must be a single text string literal. Found: wc_search_orders_by_product()->text_domain | 21:205 | General |
| ERROR | WordPress.WP.I18n.NonSingularStringLiteralDomain | The $domain parameter must be a single text string literal. Found: wc_search_orders_by_product()->text_domain | 8:126 | General |
| ERROR | WordPress.WP.I18n.MissingArgDomain | Missing $domain parameter in function call to _e(). | 14:31 | General |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 14:31 | Security |
| ERROR | WordPress.WP.I18n.MissingArgDomain | Missing $domain parameter in function call to _e(). | 18:31 | General |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 18:31 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query used in $wpdb->get_col($query)\n$query assigned unsafely at line 233:\n $query = "\n\t\t\tSELECT DISTINCT order_id\n\t\t\tFROM $table\n\t\t\tWHERE order_id IN ( $order_id_list )\n\t\t\tAND product_id IN ( $product_id_list )\n\t\t"\n$table assigned unsafely at line 231:\n $table = $wpdb->prefix . 'wc_order_product_lookup'\n$order_id_list assigned unsafely at line 227:\n $order_id_list = self::get_sanitized_id_list($order_ids)\n$product_id_list assigned unsafely at line 228:\n $product_id_list = self::get_sanitized_id_list($product_ids)\n$order_ids used without escaping.\n$product_ids used without escaping. | 240:23 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $query | 240:31 | Security |
| 15.11.2025, 16:12:36 | 10s | 65 | 55 | 87 |