JezK
Edit File: uninstall.php
<?php if (!defined('WP_UNINSTALL_PLUGIN')) { die; } require_once plugin_dir_path( __FILE__ ) . 'trustindex-plugin.class.php'; $trustindex_pm_google = new TrustindexPlugin_google("google", __FILE__, "13.3.2", "Widgets for Google Reviews", "Google"); $trustindex_pm_google->uninstall(); ?>