| 开发者 | jeangalea |
|---|---|
| 更新时间 | 2026年7月15日 05:36 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp batchpilot delete, duplicate, edit, history, undo, doctor./wp-json/batchpilot/v1/* endpoints with capability-gated permissions.batchpilot_delete, batchpilot_edit, batchpilot_duplicate, batchpilot_move, batchpilot_schedule. Grant per-role or per-user./wp-content/plugins/batchpilot/ or install via the Plugins screen.Yes, except a permanent delete (which you have to enable explicitly). Trash, bulk edits, and duplicates all write before-state snapshots and can be reversed from the History screen.
Configurable in Settings. Default is 90 days. Snapshots older than the retention window are pruned on a daily cron.
Operations exceeding the async threshold (default 100 items) run in the background via Action Scheduler, batched at 50 items per chunk. The plugin defers to WooCommerce's bundled Action Scheduler when present.
Yes. With the WordPress Abilities API installed, each Target × Operation pair is registered as an ability under the batchpilot category. Agents can query the catalog, preview, execute, and undo via the standard abilities surface.
WooCommerce HPOS is detected (see the Doctor screen). Direct Woo product/order operations are on the roadmap; current release covers posts, pages, and any registered public post type.
By default, uninstall leaves your operation history in place. To drop everything on uninstall, enable Settings → Delete data on uninstall before removing the plugin.
wp batchpilot), REST API (/wp-json/batchpilot/v1/*), WordPress Abilities API.batchpilot_delete, batchpilot_edit, batchpilot_duplicate, batchpilot_move, batchpilot_schedule.wp batchpilot doctor for environment checks.