type = 'kirki-select'; } /** * Set the preset. * * @access protected * @since 3.0.28 */ protected function set_preset() { // Set preset from the choices. $this->preset = $this->choices; // We're using a flat select. foreach ( $this->choices as $key => $args ) { $this->choices[ $key ] = $args['label']; } } }