PluginProbe
Customify / 2.3.3
Customify v2.3.3
2.10.9 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.7.1 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.0.1 1.6.5 1.7.0 1.7.1 All 77 releases
customify / plugin-defaults.php

plugin-defaults.php in Customify 2.3.3, at plugin-defaults.php

20 lines 520 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php defined( 'ABSPATH' ) or die;
2
3 return array(
4
5 # Hidden fields
6 'settings_saved_once' => '0',
7 # General
8 'values_store_mod' => 'theme_mod',
9
10 'typography' => true,
11 'typography_standard_fonts' => true,
12 'typography_google_fonts' => true,
13 'typography_group_google_fonts' => true,
14 'disable_default_sections' => array(),
15 'disable_customify_sections' => array(),
16 'enable_reset_buttons' => false,
17 'enable_editor_style' => true,
18 'style_resources_location' => 'wp_head'
19 ); # config
20