# API WooTheme Testimonials to Testimonials Widget

The [WooTheme Testimonials to Testimonials Widget plugin](http://wordpress.org/plugins/wootheme-testimonials-to-testimonials/) comes with its own set of actions and filters, as described below.

## Actions

* `wtt2t_update`

	Update helper.
		
* `wtt2t_settings_add_help_tabs`

	Customize settings page help tabs.

* `wtt2t_styles`

	Styles tie-in.

* `wtt2t_scripts`

	Scripts tie-in.

## Filters

* `wtt2t_validate_settings`

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

* `wtt2t_version`

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

* `wtt2t_sections`

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

* `wtt2t_settings`

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

* `wtt2t_display_setting`

	Customize display settings content.

* `wtt2t_widget_options`

	Customize widget options.

* `wtt2t_defaults`

	Customize defaults.

* `wtt2t_defaults_single`

	Customize defaults for single instance.

## Need More?

Further examples and more can be found by reading and searching the [source code](https://github.com/michael-cannon/wootheme-testimonials-to-testimonials).
