8 lines
188 B
PHP
8 lines
188 B
PHP
<?php
|
|
// Direct file access guard must come first.
|
|
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
|
exit;
|
|
}
|
|
|
|
// This plugin stores no options in the database, so there is nothing to clean up.
|