开发者 | tlloancy |
---|---|
更新时间 | 2025年8月27日 21:15 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directory.Yes, Bulk Content Toolkit supports all registered post types within WordPress.
While the plugin itself does not store actions for undoing, you can generally do it via mass quick edit or consider using it in conjunction with plugins that track changes or provide undo functionality.
The limit is generally set by your server resources, but the plugin is optimized to handle large datasets efficiently.
_tax_status
, _wc_average_rating
, and _temperature_type
. This ensures fields display correctly in Quick Edit (e.g., dropdowns for _tax_status
, number inputs for _download_limit
). We’re excited to explore making this system community-driven in the future, similar to WordPress translations! Got ideas for fields we should include? Share your suggestions at https://github.com/tlloancy or in the support forum at https://wordpress.org/support/plugin/bulk-content-toolkit/._edit_last
showing as a number instead of a checkbox) by removing and re-adding fields in the Bulk Edit settings (Settings > Bulk Edit in your WordPress admin). Simply go to the settings page, delete the misconfigured fields (like _manage_stock
or _virtual
), and re-add them. The plugin will automatically detect the correct type based on your data or our new Known Types system. No coding required!_temperature_type
display the correct values (e.g., freeze
for post ID 1944, fresh
for 1936) instead of defaulting to incorrect values like 0
._stock
with no values), preventing crashes in the admin interface._tax_status
now shows taxable
, shipping
, none
) and fixed checkbox fields like _virtual
and _bookacti_is_activity
to display properly._manage_stock
, _sold_individually
) were incorrectly displayed as select
or text
instead of checkbox
._tax_status
, _tax_class
, and _stock_status
use dropdowns, and _manage_stock
, _virtual
use checkboxes.