Moved admin files to their own directory, trying to get a comprehensive structure in place
This commit is contained in:
@ -9,4 +9,7 @@ if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
// Put logic here to undo things when this plugin is uninstalled.
|
||||
function run_uninstaller() {
|
||||
// Put logic here to undo things when this plugin is uninstalled.
|
||||
error_log( 'Uninstall hook activated for plugin at ' . __DIR__ );
|
||||
}
|
||||
|
Reference in New Issue
Block a user