PHP 8.2.31
Preview: uninstall.php Size: 559 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/google-site-kit/uninstall.php

<?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' );

Directory Contents

Dirs: 4 × Files: 3

Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2026-06-03 14:57:30
Edit Download
gtg DIR
- drwxr-xr-x 2026-06-03 14:57:30
Edit Download
includes DIR
- drwxr-xr-x 2026-06-03 14:57:30
Edit Download
- drwxr-xr-x 2026-06-03 14:57:30
Edit Download
3.81 KB lrw-r--r-- 2026-06-03 14:57:30
Edit Download
12.77 KB lrw-r--r-- 2026-06-03 14:57:30
Edit Download
559 B lrw-r--r-- 2026-06-03 14:57:30
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).