Linux 软件免费装

BatchPilot

开发者 jeangalea
更新时间 2026年7月15日 05:36
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

bulk edit duplicate posts bulk delete undo bulk operations

下载

1.0.0

详情介绍:

BatchPilot is a single plugin that replaces the usual stack of bulk-delete, bulk-edit, and duplicate-post plugins. Every action is previewed before it runs, can be undone, and is recorded in a history log you can re-run. Three operations on posts, pages, and any registered public post type: Twelve filters narrow the matching set: post type, status, author, date ranges (modified, published), taxonomy terms, has comments, has featured image, parent, children. Four ways to drive it: Safety features: Use cases:

安装:

  1. Upload BatchPilot to /wp-content/plugins/batchpilot/ or install via the Plugins screen.
  2. Activate the plugin.
  3. Open BatchPilot → Operations from the admin sidebar.

屏幕截图:

  • Live preview panel showing matched count and sample rows.
  • History screen with one-click undo and re-run.
  • Dashboard with quick actions, weekly stats, and environment checks for Action Scheduler, Abilities API, and database tables.

升级注意事项:

1.0.0 Initial release.

常见问题:

Is everything undoable?

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.

How long is the history kept?

Configurable in Settings. Default is 90 days. Snapshots older than the retention window are pruned on a daily cron.

Will it work on a large site?

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.

Can AI agents use it?

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.

Does it work with WooCommerce?

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.

How do I uninstall cleanly?

By default, uninstall leaves your operation history in place. To drop everything on uninstall, enable Settings → Delete data on uninstall before removing the plugin.

更新日志:

1.0.0 Initial release.