Moved some files around to separate front and admin stuff
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
<?php
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
// Exit if accessed directly
|
||||
exit;
|
||||
}
|
||||
|
||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
||||
exit; // Exit if this isn't an uninstall action...maybe?
|
||||
// This constant gets set when WordPress' uninstall.php file is invoked.
|
||||
exit;
|
||||
}
|
||||
|
||||
// Put logic here to undo things when this plugin is uninstalled.
|
||||
|
Reference in New Issue
Block a user