Current File : /home/kelaby89/muzza.fit/wp-content/plugins/variation-swatches-for-woocommerce/uninstall.php
<?php
/**
 * Uninstall plugin
 */

// If uninstall not called from WordPress exit
if( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}

global $wpdb;

//change to standard select type custom attributes
$table = $wpdb->prefix . 'woocommerce_attribute_taxonomies';
$update = "UPDATE `$table` SET `attribute_type` = 'select' WHERE `attribute_type` != 'text'";
$wpdb->query( $update );
Page not found – Hello World !