diff --git a/retailcrm/uninstall.php b/retailcrm/uninstall.php index d524945..a2bce27 100644 --- a/retailcrm/uninstall.php +++ b/retailcrm/uninstall.php @@ -1,30 +1,42 @@ query( "DELETE FROM $wpdb->options WHERE option_name = 'woocommerce_integration-retailcrm_settings';" ); + +// Clear any cached data that has been removed +wp_cache_flush(); \ No newline at end of file