Export your WordPress and WooCommerce website data seamlessly with our powerful export plugin. Save records as CSV or XML files for secure backup, smo …
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "install_csv_importer". | 58:135 | Plugin Repo |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'wp-ultimate-exporter' but got 'wp-ultimate-csv-importer'. | 58:276 | General |
| ERROR | WordPress.WP.I18n.TextDomainMismatch | Mismatched text domain. Expected 'wp-ultimate-exporter' but got 'wp-ultimate-csv-importer'. | 58:360 | General |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$parent_autoload_path". | 11:1 | Plugin Repo |
| ERROR | WordPress.WP.AlternativeFunctions.file_system_operations_readfile | File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile(). | 141:4 | Plugin Repo |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $get_available_user_ids | 177:38 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $query | 246:29 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $products used in $wpdb->get_col($products)\n$products assigned unsafely at line 284:\n $products = $wpdb->get_col($products)\n$products assigned unsafely at line 283:\n $products .= "and post_status in ('publish','draft','future','private','pending') "\n$products assigned unsafely at line 282:\n $products .= " where post_type = '$module'"\n$module assigned unsafely at line 210:\n $module = ExportExtension::$post_export->import_post_types($module, $optional_type)\n$module assigned unsafely at line 172:\n $module = 'wpsc-coupon'\n$module assigned unsafely at line 168:\n $module = 'product_variation'\n$module assigned unsafely at line 164:\n $module = 'shop_order_refund'\n$module assigned unsafely at line 160:\n $module = 'shop_coupon'\n$module assigned unsafely at line 156:\n $module = 'shop_order'\n$module assigned unsafely at line 151:\n $module = sanitize_text_field($_POST['module'])\nNote: sanitize_text_field() is not a safe escaping function.\n$post_export used without escaping.\n$optional_type assigned unsafely at line 258:\n $optional_type=$value\n$_POST['module'] used without escaping.\n$value assigned unsafely at line 257:\n $value=$get_slug->slug\n$get_slug->slug used without escaping. | 284:25 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $products | 284:33 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $ids used in $wpdb->get_var("SELECT post_type FROM {$wpdb->prefix}posts where id=$ids")\n$ids used without escaping. | 304:23 | Security |
| 11/13/2025, 8:16:10 PM | 27s | 1 | 362 | 1001 |