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
← All changes | plugin-defaults.php +4 -2 1.2.62.3.3 View file →
@@ -1,10 +1,12 @@
1 -<?php return array(
1 +<?php defined( 'ABSPATH' ) or die;
2 2
3 +return array(
4 +
3 5 # Hidden fields
4 6 'settings_saved_once' => '0',
5 7 # General
6 - 'values_store_mod' => 'option',
8 + 'values_store_mod' => 'theme_mod',
7 9
8 10 'typography' => true,
9 11 'typography_standard_fonts' => true,
10 12 'typography_google_fonts' => true,