PluginProbe ʕ •ᴥ•ʔ
Widgets for Google Reviews / 13.2.9
Widgets for Google Reviews v13.2.9
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 1 month ago languages 1 month ago static 1 month ago tabs 1 month ago readme.txt 1 month ago settings.php 1 month ago trustindex-google-widget.class.php 1 month ago trustindex-plugin.class.php 1 month ago uninstall.php 1 month ago wordfence-vendor.txt 1 month ago wp-reviews-plugin-for-google.php 1 month 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.2.9", "Widgets for Google Reviews", "Google");
7 $trustindex_pm_google->uninstall();
8 ?>