'; echo '

'; foreach($db_settings as $setting) { $delete_setting = delete_option($setting); if($delete_setting) { echo ''; printf(__('Setting Key \'%s\' has been deleted.', 'wp-dbmanager'), "{$setting}"); echo '
'; } else { echo ''; printf(__('Error deleting Setting Key \'%s\'.', 'wp-dbmanager'), "{$setting}"); echo '
'; } } echo '

'; echo '

'; _e('The database backup files generated by WP-DBManager WILL NOT be deleted. You will have to delete it manually.', 'wp-dbmanager'); echo '
'; printf(__('The path to the backup folder is \'%s\'.', 'wp-dbmanager'), $backup_options_path); echo '

'; echo ''; $mode = 'end-UNINSTALL'; } break; } } ### Determines Which Mode It Is switch($mode) { // Deactivating WP-DBManager case 'end-UNINSTALL': $deactivate_url = 'plugins.php?action=deactivate&plugin=dbmanager/dbmanager.php'; if(function_exists('wp_nonce_url')) { $deactivate_url = wp_nonce_url($deactivate_url, 'deactivate-plugin_dbmanager/dbmanager.php'); } echo '
'; echo '

'.__('Uninstall WP-DBManager', 'wp-dbmanager').'

'; echo '

'.sprintf(__('Click Here To Finish The Uninstallation And WP-DBManager Will Be Deactivated Automatically.', 'wp-dbmanager'), $deactivate_url).'

'; echo '
'; break; // Main Page default: ?>



WILL NOT be deleted. You will have to delete it manually.', 'wp-dbmanager'); ?>
\'%s\'.', 'wp-dbmanager'), $backup_options_path); ?>


    '.$settings.''."\n"; } ?>