parse_args( 'select', array( 'class' => 'cmb2_select', 'name' => $this->_name(), 'id' => $this->_id(), 'desc' => $this->_desc( true ), 'options' => $this->concat_items(), ) ); $attrs = $this->concat_attrs( $a, array( 'desc', 'options' ) ); return $this->rendered( sprintf( '%s%s', $attrs, $a['options'], $a['desc'] ) ); } }