Title: Bulk Importer Car Make Model Year
Author: zahoorkhan
Published: <strong>জুন 10, 2026</strong>
Last modified: জুন 11, 2026

---

প্লাগিনৰ সন্ধান কৰক

![](https://ps.w.org/car-make-model-year/assets/banner-772x250.png?rev=3568540)

![](https://ps.w.org/car-make-model-year/assets/icon-256x256.png?rev=3568512)

# Bulk Importer Car Make Model Year

 [zahoorkhan](https://profiles.wordpress.org/zahoorkhan/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/car-make-model-year.1.0.1.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/car-make-model-year/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/car-make-model-year/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/car-make-model-year/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/car-make-model-year/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/car-make-model-year/)

## বৰ্ণনা

**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

 * Custom database table for high-performance storage
 * Add, edit, and delete car Makes, Models, and Years
 * **Bulk Export to CSV** — handles 100,000+ records using chunked streaming (no
   PHP memory limit issues)
 * **Bulk Import via CSV** — import large datasets with batch processing
 * Search and filter from the admin list view
 * Pagination for large datasets
 * REST API endpoints for headless and external access
 * Shortcode to display a vehicle selector on the frontend
 * WP-CLI commands for server-side operations
 * Compatible with WordPress Multisite
 * No external dependencies — pure WordPress APIs

#### 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:

 * `GET /wp-json/cmmy/v1/vehicles` — List vehicles (paginated)
 * `GET /wp-json/cmmy/v1/makes` — List all unique makes
 * `GET /wp-json/cmmy/v1/models?make=Toyota` — List models for a make
 * `GET /wp-json/cmmy/v1/years?make=Toyota&model=Corolla` — List years
 * `POST /PUT /DELETE` endpoints for authenticated users

## স্ক্ৰীনশ্বট

[⌊Admin list view — paginated table with Make, Model, Year columns and search bar.⌉⌊
Admin list view — paginated table with Make, Model, Year columns and search bar.⌉[

Admin list view — paginated table with Make, Model, Year columns and search bar.

[⌊Add New form — simple form to add a single vehicle entry.⌉⌊Add New form — simple
form to add a single vehicle entry.⌉[

Add New form — simple form to add a single vehicle entry.

[⌊Export page — filter options and Export Now button.⌉⌊Export page — filter options
and Export Now button.⌉[

Export page — filter options and Export Now button.

[⌊Import page — file upload with progress summary.⌉⌊Import page — file upload with
progress summary.⌉[

Import page — file upload with progress summary.

[⌊Frontend shortcode — vehicle selector dropdown rendered on a page.⌉⌊Frontend shortcode—
vehicle selector dropdown rendered on a page.⌉[

Frontend shortcode — vehicle selector dropdown rendered on a page.

## ইনষ্টলেশ্যন

 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.

## সঘনাই উত্থাপিত প্ৰশ্ন

### 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.

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Bulk Importer Car Make Model Year” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত
অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ zahoorkhan ](https://profiles.wordpress.org/zahoorkhan/)

[আপোনাৰ ভাষাত “Bulk Importer Car Make Model Year” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/car-make-model-year)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/car-make-model-year/),
[SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/car-make-model-year/) চাওক নাইবা
[RSS](https://plugins.trac.wordpress.org/log/car-make-model-year/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/car-make-model-year/)
ছাবস্ক্ৰাইব কৰক।

## সলনি-পঞ্জী

#### 1.0.0

 * Initial release
 * Custom database table with indexed columns
 * Admin CRUD interface with pagination and search
 * Chunked CSV export for large datasets
 * Batch CSV import with validation
 * REST API (read and write)
 * `[car_selector]` shortcode
 * WP-CLI support
 * Multisite compatible

## মেটা

 *  **1.0.1** সংস্কৰণ
 *  **3 সপ্তাহ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10টাতকৈ কম**
 *  WordPress-ৰ সংস্কৰণ ** 5.8 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **7.0**
 *  PHP-ৰ সংস্কৰণ ** 7.4 বা তাতকৈ ওপৰৰ **
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/car-make-model-year/)
 * [automotive](https://as.wordpress.org/plugins/tags/automotive/)[car](https://as.wordpress.org/plugins/tags/car/)
   [csv export](https://as.wordpress.org/plugins/tags/csv-export/)[CSV Import](https://as.wordpress.org/plugins/tags/csv-import/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/car-make-model-year/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

[Your review](https://wordpress.org/support/plugin/car-make-model-year/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/car-make-model-year/reviews/)

## অৱদানকাৰীসকল

 *   [ zahoorkhan ](https://profiles.wordpress.org/zahoorkhan/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/car-make-model-year/)

## দান কৰক

আপুনি এই প্লাগিনৰ উন্নতিৰ প্ৰতি সাহায্য আগবঢ়াব বিচাৰেনে?

 [ এই প্লাগিনক অনুদান দিয়ক ](https://profiles.wordpress.org/zahoorkhan/)