# siteimprove/2.1.4/uninstall.php

Siteimprove, version 2.1.4. 11 lines.

- Page: https://pluginprobe.com/plugins/siteimprove/2.1.4/code/uninstall.php
- Raw: https://pluginprobe.com/plugins/siteimprove/2.1.4/raw/uninstall.php
- Modified: 2024-04-04T13:14:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/siteimprove/2.1.4/code/uninstall.php#L10-L20`.

```php
<?php
/**
 * If this file is called directly, abort.
 *
 * @package Siteimprove
 */

if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}

```
