MD Umbau
This commit is contained in:
11
kb-markdown-importer/uninstall.php
Normal file
11
kb-markdown-importer/uninstall.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
if (! defined('WP_UNINSTALL_PLUGIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
delete_option('kb_markdown_importer_settings');
|
||||
delete_option('kb_markdown_importer_logs');
|
||||
delete_option('kb_markdown_importer_last_sync');
|
||||
delete_option('kb_markdown_importer_last_error');
|
||||
Reference in New Issue
Block a user