[WordPress] 外掛分享: Bulk Importer Car Make Model Year

首頁外掛目錄 › Bulk Importer Car Make Model Year
WordPress 外掛 Bulk Importer Car Make Model Year 的封面圖片
全新外掛
安裝啟用
尚無評分
5 天前
最後更新
問題解決
WordPress 5.8+ PHP 7.4+ v1.0.1 上架:2026-06-09

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Bulk Importer 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

延伸相關外掛

文章
Filter
Apply Filters
Mastodon