element_before(); if ( isset( $this->field['options'] ) ) { $options = $this->field['options']; $options = ( is_array( $options ) ) ? $options : array_filter( $this->element_data( $options ) ); if ( ! empty( $options ) ) { echo '
'; foreach ( $options as $key => $value ) { echo '
'; echo 'element_attributes( $key ) . $this->checked( $this->element_value(), $key ) . '>'; echo ''; echo '
'; } echo '
'; } } echo $this->element_after(); } } }