PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
woo-variation-swatches
<?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' );
[+]
..
[-] package.json
[edit]
[+]
assets
[-] woo-variation-swatches.php
[edit]
[-] webpack.mix.js
[edit]
[-] .woo-variation-swatches.php
[edit]
[+]
images
[-] README.txt
[edit]
[+]
languages
[-] uninstall.php
[edit]
[+]
includes