# customify/1.5.7/plugin-defaults.php

Customify, version 1.5.7. 18 lines.

- Page: https://pluginprobe.com/plugins/customify/1.5.7/code/plugin-defaults.php
- Raw: https://pluginprobe.com/plugins/customify/1.5.7/raw/plugin-defaults.php
- Modified: 2017-02-13T16:26:40+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.5.7/code/plugin-defaults.php#L10-L20`.

```php
<?php return array(

	# Hidden fields
	'settings_saved_once'                   => '0',
	# General
	'values_store_mod'                => 'theme_mod',

	'typography' => true,
	'typography_standard_fonts' => true,
	'typography_google_fonts' => true,
	'typography_group_google_fonts' => true,
	'disable_default_sections' => array(),
	'disable_customify_sections' => array(),
	'enable_reset_buttons' => false,
	'enable_editor_style' => true,
	'style_resources_location' => 'wp_head'
); # config

```
