=== Custom Bulk Actions ===
Contributors: onnimonni, ottok, zuige
Donate link: https://seravo.com/
Tags: custom, bulk actions, mass edit, post, custom post, seravo
Requires at least: 3.9
Tested up to: 4.9.4
Requires PHP: 5.6.0
Stable tag: trunk
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html


Currently Wordpress doesn't allow you to add custom bulk actions. Adding them is super easy with this plugin.

== Description ==

Currently Wordpress doesn't allow you to add custom bulk actions. See codex. Adding them is super easy with this plugin.

This is based on solution found here: http://www.skyverge.com/blog/add-custom-bulk-action/
This plugin just makes it more easier to use.

Plugin adds a class named Seravo_Custom_Bulk_Action which you can use to easily define custom bulk actions.
See documentation and examples here: https://github.com/Seravo/wp-custom-bulk-actions/

== Installation ==

1. Upload `seravo-custom-bulk-action.php` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Define bulk actions in your functions.php. See github for examples.
