Moved admin files to their own directory, trying to get a comprehensive structure in place

This commit is contained in:
2021-10-06 09:50:36 -06:00
parent 753aafe24d
commit bd6e3f2d60
7 changed files with 63 additions and 9 deletions

View File

@ -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__ );
}