* @license GPL-2.0+ * @link http://circlewaves.com * @copyright 2014 Circlewaves Team */ // If uninstall not called from WordPress, then exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // uninstall functionality here