# customify/2.3.3/settings/tools.php

Customify, version 2.3.3. 14 lines.

- Page: https://pluginprobe.com/plugins/customify/2.3.3/code/settings/tools.php
- Raw: https://pluginprobe.com/plugins/customify/2.3.3/raw/settings/tools.php
- Modified: 2017-04-11T12:55:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/customify/2.3.3/code/settings/tools.php#L10-L20`.

```php
<?php
//not used yet - moved them to a per gallery option

return array(
	'type'    => 'postbox',
	'label'   => 'Tools',
	'options' => array(
		'reset_theme_mod' =>  array(
			'name'    => 'reset_theme_mod',
			'label'   => __( 'Reset', 'customify' ),
			'type'           => 'reset_theme_mod',
		)
	)
); # config
```
