element_before(); if( isset( $this->field['options'] ) ) { $options = $this->field['options']; $class = $this->element_class(); $options = ( is_array( $options ) ) ? $options : array_filter( $this->element_data( $options ) ); $extra_name = ( isset( $this->field['attributes']['multiple'] ) ) ? '[]' : ''; $chosen_rtl = ( is_rtl() && strpos( $class, 'chosen' ) ) ? 'chosen-rtl' : ''; echo ''; } echo $this->element_after(); } }