%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/stb.ind.br/wp-content/plugins/woo-variation-swatches/
Upload File :
Create Path :
Current File : /var/www/projetos/stb.ind.br/wp-content/plugins/woo-variation-swatches/uninstall.php

<?php
	/**
	 * Uninstall plugin
	 */
	
	// If uninstall not called from WordPress exit
	defined( 'WP_UNINSTALL_PLUGIN' ) or die( 'Keep Silent' );
	
	global $wpdb;
	
	// change to select type when uninstall
	$table_name = $wpdb->prefix . 'woocommerce_attribute_taxonomies';
	$query      = $wpdb->query( "UPDATE `$table_name` SET `attribute_type` = 'select' WHERE `attribute_type` != 'text'" );
	$wpdb->query( $query );
	
	// Remove Option
	delete_option( 'woo_variation_swatches' );
	// Site options in Multisite
	delete_site_option( 'woo_variation_swatches' );
	

Zerion Mini Shell 1.0