# API - Remove Extra Media

The [Remove Extra Media plugin](http://wordpress.org/plugins/remove-extra-media/) comes with its own set of actions and filters, as described below.

## Actions

None at this time.

## Filters

* `rmem__validate_settings`

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

* `rmem__version`

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

* `rmem__sections`

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

* `rmem__settings`

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

* `rmem__columns`

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

* `rmem__posts_custom_column`

	Customize post type column contents. [example](https://gist.github.com/michael-cannon/5833716)
	
* `rmem__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 [Remove Extra Media Knowledge Base](https://nodedesk.zendesk.com/hc/en-us/sections/200861112-WordPress-FAQs) and [source code](https://github.com/michael-cannon/remove-extra-media).
