# yaymail/3.4/uninstall.php

YayMail – WooCommerce Email Customizer, version 3.4. 5 lines.

- Page: https://pluginprobe.com/plugins/yaymail/3.4/code/uninstall.php
- Raw: https://pluginprobe.com/plugins/yaymail/3.4/raw/uninstall.php
- Modified: 2023-11-22T13:12:50+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/yaymail/3.4/code/uninstall.php#L10-L20`.

```php
<?php
defined( 'WP_UNINSTALL_PLUGIN' ) || exit;

global $wpdb, $wp_version;

```
