Files
2026-04-28 15:13:50 +02:00

8 lines
287 B
PHP

<?php
if (!defined('WP_UNINSTALL_PLUGIN')) {
die;
}
require_once plugin_dir_path( __FILE__ ) . 'trustindex-plugin.class.php';
$trustindex_pm_google = new TrustindexPlugin_google("google", __FILE__, "13.2.9", "Widgets for Google Reviews", "Google");
$trustindex_pm_google->uninstall();
?>