# API Custom Bulk/Quick Edit

The [Custom Bulk/Quick Edit plugin](http://wordpress.org/plugins/custom-bulkquick-edit/) comes with its own set of actions and filters, as described below.

## Actions

None at this time.

## Filters

* `custom_bulkquick_edit_validate_settings`

	Validate settings helper. [example](https://gist.github.com/michael-cannon/5833768)

* `custom_bulkquick_edit_version`

	Version tracking for settings. [example](https://gist.github.com/michael-cannon/5833774)

* `custom_bulkquick_edit_sections`

	Alter section options. [example](https://gist.github.com/michael-cannon/5833757)

* `custom_bulkquick_edit_settings`

	Alter setting options. [example](https://gist.github.com/michael-cannon/5833757)

* `custom_bulkquick_edit_columns`

	Customize post type column headers. [example](https://gist.github.com/michael-cannon/5833693)

* `custom_bulkquick_edit_posts_custom_column`

	Customize post type column contents. [example](https://gist.github.com/michael-cannon/5833716)
	
* `custom_bulkquick_edit_get_post_types_args`
	
	Alter `get_post_types` arguments for loading post types. [example]()

## Need More?

Further examples and more can be found by reading and searching the [Custom Bulk/Quick Edit Knowledge Base](https://aihrus.zendesk.com/categories/20112546-Custom-Bulk-Quick-Edit) and [source code](https://github.com/michael-cannon/custom-bulkquick-edit).
