PluginProbe ʕ •ᴥ•ʔ
Widgets for Google Reviews / 13.0
Widgets for Google Reviews v13.0
13.3 trunk 10.9.1 11.9 12.0 12.1.2 12.2 12.3 12.4.7 12.5 12.6.1 12.7.6 12.8 12.9 13.0 13.1 13.2.5 13.2.6 13.2.7 13.2.8 13.2.9
wp-reviews-plugin-for-google / uninstall.php
wp-reviews-plugin-for-google Last commit date
include 10 months ago languages 10 months ago static 10 months ago tabs 10 months ago readme.txt 10 months ago settings.php 1 year ago trustindex-google-widget.class.php 1 year ago trustindex-plugin.class.php 10 months ago uninstall.php 10 months ago wp-reviews-plugin-for-google.php 10 months ago
uninstall.php
8 lines
1 <?php
2 if (!defined('WP_UNINSTALL_PLUGIN')) {
3 die;
4 }
5 require_once plugin_dir_path( __FILE__ ) . 'trustindex-plugin.class.php';
6 $trustindex_pm_google = new TrustindexPlugin_google("google", __FILE__, "13.0", "Widgets for Google Reviews", "Google");
7 $trustindex_pm_google->uninstall();
8 ?>