wp-reviews-plugin-for-google
Last commit date
include
2 months ago
languages
6 days ago
static
6 days ago
tabs
6 days ago
readme.txt
6 days ago
settings.php
8 months ago
trustindex-google-widget.class.php
7 months ago
trustindex-plugin.class.php
6 days ago
uninstall.php
6 days ago
wordfence-vendor.txt
7 months ago
wp-reviews-plugin-for-google.php
6 days 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.3.1", "Widgets for Google Reviews", "Google"); |
| 7 | $trustindex_pm_google->uninstall(); |
| 8 | ?> |