# customify/1.7.3/settings/tools.php

Customify, version 1.7.3. 14 lines.

- Page: https://pluginprobe.com/plugins/customify/1.7.3/code/settings/tools.php
- Raw: https://pluginprobe.com/plugins/customify/1.7.3/raw/settings/tools.php
- Modified: 2018-06-28T08:47:00+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/1.7.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
```
