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