Initial commit, dashboard settings page seems to work fine.

This commit is contained in:
2021-05-31 15:03:52 -06:00
commit 5ce0217861
30 changed files with 825 additions and 0 deletions

11
uninstall.php Normal file
View 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.