5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
if (!defined('WP_UNINSTALL_PLUGIN')) exit;
|
|
|
|
// Runs on uninstallation, not on deactivation.
|