prefix . 'woocommerce_attribute_taxonomies'; $update = "UPDATE `$table` SET `attribute_type` = 'select' WHERE `attribute_type` != 'text'"; $wpdb->query( $update ); // Remove options. delete_option( 'wcboost_variation_swatches_ignore_restore' ); delete_site_option( 'wcboost_variation_swatches_ignore_restore' );