<?php
/**
 * @TODO
 * Short Description (no period for file headers)
 *
 * Long Description.
 *
 * @link  URL
 * @since x.x.x (if available)
 *
 * @package    TODO
 */

// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}