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

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

- Page: https://pluginprobe.com/plugins/learnpress/4.4.4/code/inc/admin/views/tools/html-course.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.4/raw/inc/admin/views/tools/html-course.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-course.php#L10-L20`.

```php
<?php
learn_press_admin_view( 'tools/course/html-install-sample-data' );
learn_press_admin_view( 'tools/course/html-course' );
learn_press_admin_view( 'tools/course/html-user' );
learn_press_admin_view( 'tools/course/html-user-item' );

```
