# fable-extra/trunk/uninstall.php

Fable Extra, version trunk. 9 lines.

- Page: https://pluginprobe.com/plugins/fable-extra/trunk/code/uninstall.php
- Raw: https://pluginprobe.com/plugins/fable-extra/trunk/raw/uninstall.php
- Modified: 2024-12-12T08:31:08+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/fable-extra/trunk/code/uninstall.php#L10-L20`.

```php
<?php
/**
 * Fired when the plugin is uninstalled.
 *
 */

if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}
```
