# wdesignkit/1.0.21/uninstall.php

WDesignKit – AI Templates, Widget Builder &amp; MCP Workflow, version 1.0.21. 16 lines.

- Page: https://pluginprobe.com/plugins/wdesignkit/1.0.21/code/uninstall.php
- Raw: https://pluginprobe.com/plugins/wdesignkit/1.0.21/raw/uninstall.php
- Modified: 2024-06-29T08:12:30+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/wdesignkit/1.0.21/code/uninstall.php#L10-L20`.

```php
<?php

/**
 * Fired when the plugin is uninstalled.
 *
 * @link       https://posimyth.com/
 * @since      1.0.0
 *
 * @package    Wdesignkit
 */

// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit;
}

```
