
內容簡介
Bulk Content Toolkit 讓使用者能夠在 WordPress 的快速編輯和批次編輯面板中,自動新增任何自訂的元資料欄位,無需撰寫程式碼,提升編輯效率。
【主要功能】
• 支援所有自訂元資料欄位
• 自動偵測欄位類型
• 無需額外介面或 CSV 檔案
• 與 WooCommerce、LearnPress 等外掛兼容
• 直接從 wp_postmeta 讀取資料
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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
Go to Settings → Bulk Edit.
Pick a post type (products, courses, pages, custom types…).
Move the fields you want into the “Selected Fields” column.
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:
WooCommerce: _price, _sale_price, _stock_status, _manage_stock, _tax_status, and all product meta
LearnPress: _lp_price, _lp_coming_soon, _lp_max_students, _lp_passing_condition, and all course meta
ACF (Advanced Custom Fields): any field saved to post meta
Elementor, WPML, Yoast SEO, and any other plugin that writes to wp_postmeta
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.
