# API GC Testimonials to Testimonials Widget

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

## Actions

* `gct2t_update`

	Update helper.
		
* `gct2t_settings_add_help_tabs`

	Customize settings page help tabs.

* `gct2t_styles`

	Styles tie-in.

* `gct2t_scripts`

	Scripts tie-in.

## Filters

* `gct2t_validate_settings`

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

* `gct2t_version`

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

* `gct2t_sections`

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

* `gct2t_settings`

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

* `gct2t_display_setting`

	Customize display settings content.

* `gct2t_widget_options`

	Customize widget options.

* `gct2t_defaults`

	Customize defaults.

* `gct2t_defaults_single`

	Customize defaults for single instance.

## Need More?

Further examples and more can be found by reading and searching the [GC Testimonials to Testimonials Widget Knowledge Base](https://nodedesk.zendesk.com/hc/en-us/sections/200861112-WordPress-FAQs) and [source code](https://github.com/michael-cannon/gc-testimonials-to-testimonials).
