field['preview'] ) ){ $preview = 'preview-'. $this->field['preview']; } // options if( empty($this->field['options']) && ! empty($this->field['php_options']) ){ $this->field['options'] = $this->field['php_options']; } // WPML if ( ! empty( $this->field['wpml'] ) ) { if ( $this->value && function_exists( 'icl_object_id' ) ) { $term = get_term_by( 'slug', $this->value, $this->field['wpml'] ); $term = apply_filters( 'wpml_object_id', $term->term_id, $this->field['wpml'], true ); $this->value = get_term_by( 'term_id', $term, $this->field['wpml'] )->slug; } } // output ----- echo '
'; echo '
'; echo ''; echo '
'; echo '
'; echo $this->get_description(); } }