Changes between Version 1 and Version 2 of Ticket #45484, comment 4
- Timestamp:
- 03/22/2019 04:37:54 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45484, comment 4
v1 v2 15 15 'theme_mods' => [ 16 16 'testing' => [ 1, '{{test}}', 3 ], 17 'testing_string' => '{{test}}', 17 18 ], 18 19 'options' => [ … … 25 26 $wp_customize->add_setting( 'testing' , [ 26 27 'default' => 0, 28 'transport' => 'postMessage', 29 ] ); 30 $wp_customize->add_setting( 'testing_string' , [ 31 'default' => '', 27 32 'transport' => 'postMessage', 28 33 ] );