<?php
/**
* Fired when the plugin is uninstalled.
*
* @package TwentyTwenty
* @author Corey Martin <coreym@gmail.com>
* @license GPL-2.0+
* @link http://wordpress.org/plugins
* @copyright Plugin (c) Corey Martin, TwentyTwenty (c) ZURB
*/
// If uninstall not called from WordPress, then exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}