Changes between Version 2 and Version 3 of Ticket #47692, comment 1
- Timestamp:
- 07/13/2019 07:21:26 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47692, comment 1
v2 v3 4 4 <?php 5 5 $wp_customize->add_control( new WP_Customize_Control( $wp_customize, 'optgroup_example', array( 6 'label' 7 'setting' 6 'label' => esc_attr__( 'Optgroup example', 'text-domain' ), 7 'setting' => 'optgroup_example', 8 8 'type' => 'select', 9 9 'optgroup' => true,