initial
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?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.
|
||||
Reference in New Issue
Block a user