get_setting( $v )->transport = 'postMessage'; } $customize->add_section( 'archimedes_miscellanea', array( 'title' => __( 'Miscellanea', 'archimedes' ), 'priority' => 999 ) ); $customize->add_setting( 'uninstall', array( 'default' => false ) ); $customize->add_control( 'uninstall', array( 'type' => 'checkbox', 'label' => __( 'Remove theme modifications when changing themes', 'archimedes' ), 'section' => 'archimedes_miscellanea' ) ); } }