6 lines
65 B
PHP
6 lines
65 B
PHP
<?php
|
|
|
|
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
|
die( -1 );
|
|
}
|