* @license GPL-2.0+ * @link http://tovolt.com * @copyright 2014 ToVolt */ // If uninstall not called from WordPress, then exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // remove voting database register_uninstall_hook(__FILE__, array('anspress_vote', 'uninstall'));