* @license GPLv3 * @link http://make.wordpress.org/docs/tag/admin-help/ * @copyright 2013 Admin Help Team */ // If uninstall, not called from WordPress, then exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // TODO: Define uninstall functionality here