Linux 软件免费装
Banner图

Bulk Content Toolkit

开发者 tlloancy
更新时间 2026年5月20日 23:00
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce custom fields bulk edit meta fields quick edit

下载

1.0.5 1.1.0 1.2.1 1.0.3 1.2.3 1.2.4 1.2.5 1.2.7 1.0.0 1.0.1 1.0.2 1.2 1.2.9 1.0.4 1.2.2 1.2.8 1.3.0 1.4.0

详情介绍:

Bulk Content Toolkit adds any custom meta field to the native WordPress Quick Edit row and Bulk Edit panel — automatically, without writing a single line of code. Most bulk edit plugins hardcode which fields they support. Bulk Content Toolkit reads your actual database and exposes every meta field that exists on your site, regardless of which plugin created it. How it works
  1. Go to Settings → Bulk Edit.
  2. Pick a post type (products, courses, pages, custom types…).
  3. Move the fields you want into the "Selected Fields" column.
  4. Save — those fields now appear in Quick Edit and Bulk Edit inside the native WordPress UI.
Works with everything Because the plugin reads directly from wp_postmeta, it works with any field from any plugin — without any integration code: Automatic field type detection The plugin samples your existing data and infers the correct input type — checkbox, select, number, date, color, URL, textarea, and more. Common WooCommerce and LearnPress fields are hardcoded to their correct type. 100% native No new UI to learn. No external spreadsheet. No CSV. Fields appear in Quick Edit and Bulk Edit exactly where WordPress users already expect them.

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install via Plugins → Add New.
  2. Activate the plugin.
  3. Go to Settings → Bulk Edit and select which fields to expose for each post type.

升级注意事项:

1.4.1
  • Fix: Quick edit checkbox now uses a hidden input — unchecking reliably submits 'no' instead of being silently ignored.
  • Fix: LearnPress boolean fields (_lp_coming_soon and 12 others) now write '' for false instead of 'no', matching LearnPress native storage convention.
  • Fix: WooCommerce boolean fields normalized to 'yes'/'no' on write.
  • Fix: Switch pre-population in quick edit now updates the hidden input, not just the visual checkbox.
  • Fix: Delegated click handler keeps hidden input in sync with checkbox state after user interaction.
1.4.0
  • New: Field Search — live filter input above the Available Fields list on the settings page. Instantly narrows down fields by name, useful on sites with 50+ meta keys.
1.3.0 Security release. Update immediately. Fixes unsafe redirect, SQL injection risk, missing nonce checks, and a fatal error in field type detection.

常见问题:

Does this work with WooCommerce product fields?

Yes. Switch the post type to "Products" in the settings and you will see every WooCommerce meta key — price, stock, tax status, sale dates — ready to add to your Bulk Edit panel.

Does this work with custom post types?

Yes. All registered public post types appear in the selector automatically.

Can I undo bulk changes?

The plugin does not store undo history. Use it alongside a backup plugin. The Bulk Edit panel always defaults to "— No change —" so you cannot accidentally overwrite fields you did not intend to touch.

How does field type detection work?

The plugin samples existing meta values and uses an 80% vote threshold to infer the type. Common WooCommerce and LearnPress fields are hardcoded so they always render correctly.

What if a field shows the wrong input type?

Remove the field from Selected Fields and re-add it. The plugin will re-sample your data.

更新日志:

1.4.3 1.4.2 1.4.1 1.4.0 1.3.0 1.2.9 1.2.8 1.2.7 1.2.5 1.2.4 1.2.2 1.2.1 1.2.0 1.1.0 1.0.0