Initial commit, dashboard settings page seems to work fine.
This commit is contained in:
11
uninstall.php
Normal file
11
uninstall.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
||||
exit; // Exit if this isn't an uninstall action...maybe?
|
||||
}
|
||||
|
||||
// Put logic here to undo things when this plugin is uninstalled.
|
Reference in New Issue
Block a user