6 lines
114 B
PHP
6 lines
114 B
PHP
<?php
|
|
|
|
// If uninstall is not called from WordPress, exit
|
|
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
|
exit();
|
|
} |