<?php /** * Uninstall plugin * * @author YITH * @package YITH WooCommerce Ajax Search * @version 1.1.1 */ // If uninstall not called from WordPress exit. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } global $wpdb;