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 | ?> |