<?php

/**
 * Short Description (no period for file headers)
 *
 * Long Description.
 *
 * @package Plugin_Name
 * @link    http://example.com
 * @since   1.0.0
 */

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