<?php /** * Uninstallation script for the plugin. * * @package Google\Site_Kit * @copyright 2021 Google LLC * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://sitekit.withgoogle.com */ // Prevent execution from directly accessing the file. if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; } // Load plugin main file to bootstrap infrastructure and add hooks. require_once __DIR__ . '/google-site-kit.php'; // Fire action to trigger uninstallation logic. do_action( 'googlesitekit_uninstallation' );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
dist | Folder | 0755 |
|
|
fpm | Folder | 0755 |
|
|
includes | Folder | 0755 |
|
|
third-party | Folder | 0755 |
|
|
google-site-kit.php | File | 3.67 KB | 0644 |
|
readme.txt | File | 12.77 KB | 0644 |
|
uninstall.php | File | 559 B | 0644 |
|