Title: Bulk Content Toolkit
Author: Thomas Lloancy
Published: <strong>14 Նոյեմբերի, 2024</strong>
Last modified: 13 Մարտի, 2026

---

Search plugins

![](https://ps.w.org/bulk-content-toolkit/assets/banner-772x250.gif?rev=3354301)

![](https://ps.w.org/bulk-content-toolkit/assets/icon-256x256.gif?rev=3354301)

# Bulk Content Toolkit

 By [Thomas Lloancy](https://profiles.wordpress.org/tlloancy/)

[Download](https://downloads.wordpress.org/plugin/bulk-content-toolkit.1.2.9.zip)

 * [Details](https://hy.wordpress.org/plugins/bulk-content-toolkit/#description)
 * [Reviews](https://hy.wordpress.org/plugins/bulk-content-toolkit/#reviews)
 *  [Installation](https://hy.wordpress.org/plugins/bulk-content-toolkit/#installation)
 * [Development](https://hy.wordpress.org/plugins/bulk-content-toolkit/#developers)

 [Support](https://wordpress.org/support/plugin/bulk-content-toolkit/)

## Description

Bulk Content Toolkit is designed to enhance your WordPress content management capabilities
by providing tools to perform bulk operations on posts, pages, and custom post types.
Save time and streamline your content workflow with this intuitive toolkit.

### Features

 * **Bulk Editing:** Edit multiple content items at once, including titles, content,
   categories, tags, and custom fields.
 * **Quick Actions:** Apply actions like publish, unpublish, delete, or change status
   in bulk.
 * **Custom Filters:** Filter content based on various criteria to manage specific
   sets of data efficiently.
 * **Export/Import:** Bulk import or export content for migration or backup.

### Usage

After activation, navigate to the new ‘Bulk Edit’ menu in your WordPress admin area,
in Settings. From there, you can select the type of content you wish to work with
and proceed with bulk actions.

### Support

If you encounter any issues or have suggestions, please visit https://github.com/
tlloancy or open an issue on GitHub.

### Contribute

Want to contribute to Bulk Content Toolkit? Fork the repository on GitHub, make 
your changes, and submit a pull request.

 * GitHub: https://github.com/tlloancy

## Installation

 1. **From WordPress Admin:**
 2.  * Go to ‘Plugins’ > ‘Add New’.
     * Search for «Bulk Content Toolkit».
     * Click ‘Install Now’, then ‘Activate’.
 3. **Manual Upload:**
 4.  * Download the plugin zip file.
     * Upload via the WordPress plugin uploader or extract the zip into the `/wp-content/
       plugins/` directory.
     * Activate the plugin through the ‘Plugins’ menu in WordPress.

## FAQ

### Does this plugin work with custom post types?

Yes, Bulk Content Toolkit supports all registered post types within WordPress.

### Can I undo bulk actions?

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.

### Is there a limit to how many items I can edit at once?

The limit is generally set by your server resources, but the plugin is optimized
to handle large datasets efficiently.

## Reviews

![](https://secure.gravatar.com/avatar/c4c69c0a9e0098d951460c12fd1d8ecbd8ecf9588215dc76a29116ea2a329b60?
s=60&d=retro&r=g)

### 󠀁[Go and download it](https://wordpress.org/support/topic/go-and-download-it/)󠁿

 [Thomas Lloancy](https://profiles.wordpress.org/tlloancy/) 1 Դեկտեմբերի, 2024

It’s my plugin and i like it

 [ Read all 1 review ](https://wordpress.org/support/plugin/bulk-content-toolkit/reviews/)

## Contributors & Developers

“Bulk Content Toolkit” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Thomas Lloancy ](https://profiles.wordpress.org/tlloancy/)

[Translate “Bulk Content Toolkit” into your language.](https://translate.wordpress.org/projects/wp-plugins/bulk-content-toolkit)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/bulk-content-toolkit/),
check out the [SVN repository](https://plugins.svn.wordpress.org/bulk-content-toolkit/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/bulk-content-toolkit/)
by [RSS](https://plugins.trac.wordpress.org/log/bulk-content-toolkit/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.9

 * Bumped: Compatibility with wordpress 6.9 approved.

#### 1.2.8

 * Fixed: Select tag was gathered with wrong method in bulk edit

#### 1.2.7

 * Fixed: Select and switch definitively handled in bulk edit

#### 1.2.5

 * Fixed: Css was overstepping his own scope due to bad condition

#### 1.2.4

 * Fixed: Ensured «Aucun changement» (No Change) option for select fields in bulk
   edit correctly prevents unintended updates to fields.
 * Attempt: Correct Select and Switches behavior in bulk edit mode by passing undetermined
   states into $_REQUEST instead of deleting names.

#### 1.2.3

 * **Reverted: New user js was not a progress.

#### 1.2.2

 * **Improved: Clearer Bulk Interface. The goal is to Bulk Edit right ?

#### 1.2.1

 * *Fixed: At least two values to choose Select.

#### 1.2

 * **New: Introduced Known Types System** — We’ve added a smart system to automatically
   assign the correct input types (e.g., checkbox, select, number) for custom fields
   like `_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/.
 * **New: Reset and Rebuild Field Types** — Early users can now fix incorrect field
   types (e.g., `_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!
 * Improved: Enhanced AJAX handling for Quick Edit to ensure fields like `_temperature_type`
   display the correct values (e.g., `freeze` for post ID 1944, `fresh` for 1936)
   instead of defaulting to incorrect values like `0`.
 * Fixed: Corrected input type detection to handle edge cases where field values
   are empty or null (e.g., `_stock` with no values), preventing crashes in the 
   admin interface.
 * Fixed: Corrected rendering of select fields to include all possible values (e.
   g., `_tax_status` now shows `taxable`, `shipping`, `none`) and fixed checkbox
   fields like `_virtual` and `_bookacti_is_activity` to display properly.
 * Fixed: Resolved issue where some fields (e.g., `_manage_stock`, `_sold_individually`)
   were incorrectly displayed as `select` or `text` instead of `checkbox`.
 * Updated: Improved compatibility with WooCommerce fields, ensuring `_tax_status`,`
   _tax_class`, and `_stock_status` use dropdowns, and `_manage_stock`, `_virtual`
   use checkboxes.
 * Tested: Verified compatibility still ok with WordPress 6.8.2.

#### 1.1

 * Improved: Enhanced styling for switches and select fields with a subtle neon 
   glow effect, removing solid borders for a cleaner, modern look.
 * Improved: Added spacing to switches in quick edit to prevent overlap with labels.
 * Fixed: Corrected rendering of select fields in quick edit to properly display
   options instead of concatenated values.
 * Updated: Admin interface styling to align with the neon aesthetic of the quick
   edit interface.
 * Tested: Verified compatibility with WordPress 6.8.1.

#### 1.0.5

 * Vérification et confirmation de la compatibilité avec WordPress 6.8.1.

#### 1.0.4

 * Improved: better datetime guessing for quick edit fields, and better values gathering.

#### 1.0.3

 * Added: New feature to handle more inputs for bulk editing.

#### 1.0.2

 * Fixed: Case custom settings triggered event on other tabs e.g «Category». Case
   $settings null fixed when array_columns error.

#### 1.0.1

 * Fixed: Deprecated FILTER_SANITIZE_STRING
 * Fixed: Bad condition leading to misleading bulk display information

#### 1.0.0

 * Initial release with core functionality for bulk content management.

## Meta

 *  Version **1.2.9**
 *  Last updated **1 ամիս ago**
 *  Active installations **30+**
 *  WordPress version ** 5.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/bulk-content-toolkit/)
 * Tags
 * [bulk actions](https://hy.wordpress.org/plugins/tags/bulk-actions/)[bulk edit](https://hy.wordpress.org/plugins/tags/bulk-edit/)
   [content management](https://hy.wordpress.org/plugins/tags/content-management/)
   [wordpress plugin](https://hy.wordpress.org/plugins/tags/wordpress-plugin/)
 *  [Advanced View](https://hy.wordpress.org/plugins/bulk-content-toolkit/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/bulk-content-toolkit/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/bulk-content-toolkit/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/bulk-content-toolkit/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/bulk-content-toolkit/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/bulk-content-toolkit/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bulk-content-toolkit/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bulk-content-toolkit/reviews/)

## Contributors

 *   [ Thomas Lloancy ](https://profiles.wordpress.org/tlloancy/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/bulk-content-toolkit/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://donorbox.org/wordpress-plugins)