field, array( 'multiple' => false, 'options' => array(), ) ); $value = ( is_array( $this->value ) ) ? $this->value : array_filter( (array) $this->value ); echo wp_kses_post( $this->field_before() ); if ( ! empty( $args['options'] ) ) { echo '
'; } echo wp_kses_post( $this->field_after() ); echo ''; } } }