Initial commit: Atomaste website
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
if (!defined('WP_UNINSTALL_PLUGIN')) {
|
||||
exit();
|
||||
}
|
||||
delete_option('maintenance_options');
|
||||
delete_option('maintenance_meta');
|
||||
delete_option('mtnc_db_version');
|
||||
Reference in New Issue
Block a user