DB. Updated version
modificato: danixland-covid-italy.php
modificato: uninstall.php
* Plugin Name: danixland-covid-italy
* Plugin URI: https://danix.xyz
* Description: Show the latest covid19 stats for italy in a widget
- * Version: 1.0
+ * Version: 1.1
* Author: Danilo 'danix' M.
* Author URI: https://danix.xyz
* License: GPL-2.0+
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
+
+/*
+ * Delete all transient data saved by the plugin
+ * @since 1.1
+ *
+ * @package Dnxcovita
+ */
+delete_transient( 'dnxcovita_data' );