# learnpress/4.4.4/inc/admin/views/tools/html-database.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.4. 17 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.4/code/inc/admin/views/tools/html-database.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.4/raw/inc/admin/views/tools/html-database.php
- Modified: 2026-08-03T03:26:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.4.4/code/inc/admin/views/tools/html-database.php#L10-L20`.

```php
<?php
/**
 * List template tools database.
 *
 * @author  ThimPress
 * @package LearnPress/Admin/Views
 * @version 3.0.0
 */

defined( 'ABSPATH' ) || die();

require_once 'database/html-upgrade-database.php';
require_once 'database/html-create-indexs-tables.php';
require_once 'database/html-rollback-db.php';
require_once 'database/html-reupgrade-db.php';
require_once 'database/html-clean-database.php';

```
