# filter-gallery/trunk/uninstall.php

Filter Gallery, version trunk. 8 lines.

- Page: https://pluginprobe.com/plugins/filter-gallery/trunk/code/uninstall.php
- Raw: https://pluginprobe.com/plugins/filter-gallery/trunk/raw/uninstall.php
- Modified: 2026-07-29T10:20:02+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/filter-gallery/trunk/code/uninstall.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

// if uninstall.php is not called by WordPress, die
if (!defined('WP_UNINSTALL_PLUGIN')) {
	die;
}

```
