<?php /** * Uninstall plugin * * @author Your Inspiration Themes * @package YITH WooCommerce Product Gallery & Image Zoom * @version 1.1.2 */ // If uninstall not called from WordPress exit if( !defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } global $wpdb;