| 开发者 | zahoorkhan |
|---|---|
| 更新时间 | 2026年6月11日 16:57 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[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 makesGET /wp-json/cmmy/v1/models?make=Toyota — List models for a makeGET /wp-json/cmmy/v1/years?make=Toyota&model=Corolla — List yearsPOST /PUT /DELETE endpoints for authenticated usersautogrid-make-model-year folder to the /wp-content/plugins/ directory.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.
By default, duplicates (same make + model + year) are skipped during import. You can allow duplicates in Car Data → Settings.
The plugin has been tested with 500,000 records. Export and import work via chunking, so there is no hard limit.
Yes. The plugin is self-contained and does not conflict with WooCommerce, Elementor, or other popular plugins.
Yes. Use wp cmmy import /path/to/file.csv --batch=1000 for server-side imports that avoid browser timeout issues.
[car_selector] shortcode