Linux 软件免费装
Banner图

Bulk Importer Car Make Model Year

开发者 zahoorkhan
更新时间 2026年6月11日 16:57
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

automotive car csv-import csv-export

下载

1.0.0 1.0.1

详情介绍:

Bulk Importer Car Make Model Year is a lightweight yet powerful plugin that lets you store, manage, search, and export vehicle data (Make → Model → Year) directly from your WordPress dashboard. Key Features How It Works The plugin creates a dedicated database table with proper indexes for fast queries, even with 1,000,000+ rows. Export uses PHP output buffering with chunked streaming so it never loads all records into memory. Import processes rows in configurable batches for reliability. Shortcode Display a cascading vehicle selector on any page: [car_selector] Optional attributes: [car_selector show_year="true" show_search="true" redirect="/results/"] REST API Full REST API under the cmmy/v1 namespace:

安装:

  1. Upload the autogrid-make-model-year folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. A new Car Data menu item will appear in your admin sidebar.
On activation, the plugin automatically creates a custom database table for vehicle storage.

屏幕截图:

  • Add New form — simple form to add a single vehicle entry.
  • Export page — filter options and Export Now button.
  • Import page — file upload with progress summary.
  • Frontend shortcode — vehicle selector dropdown rendered on a page.

升级注意事项:

1.0.0 Initial release. No upgrade steps required.

常见问题:

Will this slow down my site?

No. The plugin only loads its scripts and styles on its own admin pages and on pages that use the [car_selector] shortcode. It has zero frontend impact otherwise.

Can I import duplicate entries?

By default, duplicates (same make + model + year) are skipped during import. You can allow duplicates in Car Data → Settings.

What is the maximum number of records supported?

The plugin has been tested with 500,000 records. Export and import work via chunking, so there is no hard limit.

Does it work with WooCommerce or other plugins?

Yes. The plugin is self-contained and does not conflict with WooCommerce, Elementor, or other popular plugins.

Can I use WP-CLI for large imports?

Yes. Use wp cmmy import /path/to/file.csv --batch=1000 for server-side imports that avoid browser timeout issues.

更新日志:

1.0.0