File "uninstall.php"

Full Path: /home/theinspectionboy/public_html/suffolk/plugins/wp-reviews-plugin-for-google/uninstall.php
File size: 239 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
require_once plugin_dir_path( __FILE__ ) . 'trustindex-plugin.class.php';
$trustindex_pm_google = new TrustindexPlugin_google("google", __FILE__, "11.6", "Widgets for Google Reviews", "Google");
$trustindex_pm_google->uninstall();
?>