4 lines
137 B
PHP
4 lines
137 B
PHP
<?php
|
|
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit;
|
|
// Full cleanup is handled by WMW_Activator::uninstall via register_uninstall_hook
|