Edit file File name : uninstall.php Content :<?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__, "12.4.3", "Widgets for Google Reviews", "Google"); $trustindex_pm_google->uninstall(); ?> Save